hard Set 92 Form Exercise

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

Show answer

Answer: 12

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"+","operand":5,"result":41}
  • {"op":"+","operand":8,"result":49}
  • {"op":"-","operand":21,"result":28}
  • {"op":"-","operand":16,"result":12}
FinalValue
12
PathDescription
Step 1: ×4 = 36; Step 2: +5 = 41; Step 3: +8 = 49; Step 4: -21 = 28; Step 5: -16 = 12

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 69

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":5,"result":45}
  • {"op":"-","operand":28,"result":17}
  • {"op":"+","operand":6,"result":23}
  • {"op":"\u00d7","operand":3,"result":69}
FinalValue
69
PathDescription
Step 1: ×4 = 40; Step 2: +5 = 45; Step 3: -28 = 17; Step 4: +6 = 23; Step 5: ×3 = 69

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

Show answer

Answer: 5

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

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

Show answer

Answer: 576

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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