hard Set 22 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 153

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 36

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