medium Set 47 Form Exercise

Math Maze: Start at 4. Follow the path: +3 → -1 → ×4 → ×2. What is the final value?

Show answer

Answer: 48

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"+","operand":3,"result":7}
  • {"op":"-","operand":1,"result":6}
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":2,"result":48}
FinalValue
48
PathDescription
Step 1: +3 = 7; Step 2: -1 = 6; Step 3: ×4 = 24; Step 4: ×2 = 48

Math Maze: Start at 4. Follow the path: -2 → -1 → ×2 → -1. What is the final value?

Show answer

Answer: 1

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"-","operand":2,"result":2}
  • {"op":"-","operand":1,"result":1}
  • {"op":"\u00d7","operand":2,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -2 = 2; Step 2: -1 = 1; Step 3: ×2 = 2; Step 4: -1 = 1

Math Maze: Start at 2. Follow the path: +5 → ×3 → +3 → -15. What is the final value?

Show answer

Answer: 9

SubType
math-maze
Difficulty
medium
StartValue
2
Steps
  • {"op":"+","operand":5,"result":7}
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"+","operand":3,"result":24}
  • {"op":"-","operand":15,"result":9}
FinalValue
9
PathDescription
Step 1: +5 = 7; Step 2: ×3 = 21; Step 3: +3 = 24; Step 4: -15 = 9

Math Maze: Start at 7. Follow the path: -2 → +7 → ×3 → -19. What is the final value?

Show answer

Answer: 17

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"-","operand":2,"result":5}
  • {"op":"+","operand":7,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
  • {"op":"-","operand":19,"result":17}
FinalValue
17
PathDescription
Step 1: -2 = 5; Step 2: +7 = 12; Step 3: ×3 = 36; Step 4: -19 = 17

Math Maze: Start at 8. Follow the path: -1 → -6 → +1 → -1. What is the final value?

Show answer

Answer: 1

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"-","operand":1,"result":7}
  • {"op":"-","operand":6,"result":1}
  • {"op":"+","operand":1,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 7; Step 2: -6 = 1; Step 3: +1 = 2; Step 4: -1 = 1

Math Maze: Start at 5. Follow the path: +10 → ×4 → +1 → ×3. What is the final value?

Show answer

Answer: 183

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"+","operand":10,"result":15}
  • {"op":"\u00d7","operand":4,"result":60}
  • {"op":"+","operand":1,"result":61}
  • {"op":"\u00d7","operand":3,"result":183}
FinalValue
183
PathDescription
Step 1: +10 = 15; Step 2: ×4 = 60; Step 3: +1 = 61; Step 4: ×3 = 183

Math Maze: Start at 5. Follow the path: ×3 → ×4 → ×3 → ×2. What is the final value?

Show answer

Answer: 360

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"\u00d7","operand":3,"result":15}
  • {"op":"\u00d7","operand":4,"result":60}
  • {"op":"\u00d7","operand":3,"result":180}
  • {"op":"\u00d7","operand":2,"result":360}
FinalValue
360
PathDescription
Step 1: ×3 = 15; Step 2: ×4 = 60; Step 3: ×3 = 180; Step 4: ×2 = 360

Math Maze: Start at 4. Follow the path: ×3 → +3 → +8 → ×4. What is the final value?

Show answer

Answer: 92

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":3,"result":12}
  • {"op":"+","operand":3,"result":15}
  • {"op":"+","operand":8,"result":23}
  • {"op":"\u00d7","operand":4,"result":92}
FinalValue
92
PathDescription
Step 1: ×3 = 12; Step 2: +3 = 15; Step 3: +8 = 23; Step 4: ×4 = 92