hard Set 72 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 13

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

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

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

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

Show answer

Answer: 224

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

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

Show answer

Answer: 2

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