hard Set 24 Form Exercise

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

Show answer

Answer: 62

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 4

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

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

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 38

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