hard Set 65 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 1

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