hard Set 12 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 20

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

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

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