hard Set 14 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 73

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

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

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 230

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