hard Set 65 Form Exercise

Math Maze: Start at 9. Follow the path: ×4 → +7 → -42 → ×3 → -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":7,"result":43}
  • {"op":"-","operand":42,"result":1}
  • {"op":"\u00d7","operand":3,"result":3}
  • {"op":"-","operand":2,"result":1}
FinalValue
1
PathDescription
Step 1: ×4 = 36; Step 2: +7 = 43; Step 3: -42 = 1; Step 4: ×3 = 3; Step 5: -2 = 1

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

Show answer

Answer: 9

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

Math Maze: Start at 10. Follow the path: -2 → -7 → +2 → -2 → -1. What is the final value?

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 101

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 33

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