hard Set 87 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 17

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