hard Set 37 Form Exercise

Math Maze: Start at 7. Follow the path: -5 → +9 → -5 → +4 → +9. What is the final value?

Show answer

Answer: 19

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"-","operand":5,"result":2}
  • {"op":"+","operand":9,"result":11}
  • {"op":"-","operand":5,"result":6}
  • {"op":"+","operand":4,"result":10}
  • {"op":"+","operand":9,"result":19}
FinalValue
19
PathDescription
Step 1: -5 = 2; Step 2: +9 = 11; Step 3: -5 = 6; Step 4: +4 = 10; Step 5: +9 = 19

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

Show answer

Answer: 1

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

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

Show answer

Answer: 21

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":5,"result":45}
  • {"op":"\u00d7","operand":2,"result":90}
  • {"op":"-","operand":83,"result":7}
  • {"op":"\u00d7","operand":3,"result":21}
FinalValue
21
PathDescription
Step 1: ×4 = 40; Step 2: +5 = 45; Step 3: ×2 = 90; Step 4: -83 = 7; Step 5: ×3 = 21

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

Show answer

Answer: 135

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
  • {"op":"+","operand":8,"result":104}
  • {"op":"-","operand":59,"result":45}
  • {"op":"\u00d7","operand":3,"result":135}
FinalValue
135
PathDescription
Step 1: ×4 = 24; Step 2: ×4 = 96; Step 3: +8 = 104; Step 4: -59 = 45; Step 5: ×3 = 135

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

Show answer

Answer: 1

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":2,"result":11}
  • {"op":"-","operand":5,"result":6}
  • {"op":"-","operand":3,"result":3}
  • {"op":"-","operand":1,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: +2 = 11; Step 2: -5 = 6; Step 3: -3 = 3; Step 4: -1 = 2; Step 5: -1 = 1

Math Maze: Start at 7. Follow the path: +9 → +8 → ×4 → +5 → -54. What is the final value?

Show answer

Answer: 47

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":9,"result":16}
  • {"op":"+","operand":8,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
  • {"op":"+","operand":5,"result":101}
  • {"op":"-","operand":54,"result":47}
FinalValue
47
PathDescription
Step 1: +9 = 16; Step 2: +8 = 24; Step 3: ×4 = 96; Step 4: +5 = 101; Step 5: -54 = 47

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

Show answer

Answer: 112

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":3,"result":81}
  • {"op":"\u00d7","operand":2,"result":162}
  • {"op":"+","operand":6,"result":168}
  • {"op":"-","operand":56,"result":112}
FinalValue
112
PathDescription
Step 1: ×3 = 27; Step 2: ×3 = 81; Step 3: ×2 = 162; Step 4: +6 = 168; Step 5: -56 = 112

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"\u00d7","operand":2,"result":6}
  • {"op":"+","operand":10,"result":16}
  • {"op":"-","operand":5,"result":11}
  • {"op":"-","operand":7,"result":4}
  • {"op":"+","operand":7,"result":11}
FinalValue
11
PathDescription
Step 1: ×2 = 6; Step 2: +10 = 16; Step 3: -5 = 11; Step 4: -7 = 4; Step 5: +7 = 11