hard Set 52 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 1053

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

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

Show answer

Answer: 237

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 67

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":4,"result":120}
  • {"op":"\u00d7","operand":2,"result":240}
  • {"op":"-","operand":161,"result":79}
  • {"op":"-","operand":12,"result":67}
FinalValue
67
PathDescription
Step 1: ×3 = 30; Step 2: ×4 = 120; Step 3: ×2 = 240; Step 4: -161 = 79; Step 5: -12 = 67

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

Show answer

Answer: 52

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

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

Show answer

Answer: 7

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