hard Set 76 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 33

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

Math Maze: Start at 5. Follow the path: ×4 → -17 → ×4 → ×4 → -15. What is the final value?

Show answer

Answer: 33

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 25

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