hard Set 89 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 13

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