hard Set 89 Form Exercise

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

Show answer

Answer: 45

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: -1

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