hard Set 30 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 15

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