medium Set 74 Form Exercise

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

Show answer

Answer: 3

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"-","operand":2,"result":3}
  • {"op":"+","operand":9,"result":12}
  • {"op":"+","operand":9,"result":21}
  • {"op":"-","operand":18,"result":3}
FinalValue
3
PathDescription
Step 1: -2 = 3; Step 2: +9 = 12; Step 3: +9 = 21; Step 4: -18 = 3

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

Show answer

Answer: 72

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

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

Show answer

Answer: 24

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"+","operand":6,"result":12}
  • {"op":"+","operand":3,"result":15}
  • {"op":"+","operand":8,"result":23}
  • {"op":"+","operand":1,"result":24}
FinalValue
24
PathDescription
Step 1: +6 = 12; Step 2: +3 = 15; Step 3: +8 = 23; Step 4: +1 = 24

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

Show answer

Answer: 18

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

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

Show answer

Answer: 29

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"-","operand":9,"result":1}
  • {"op":"+","operand":7,"result":8}
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":3,"result":29}
FinalValue
29
PathDescription
Step 1: -9 = 1; Step 2: +7 = 8; Step 3: ×4 = 32; Step 4: -3 = 29

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 64

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