medium Set 60 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 84

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

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

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

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

Show answer

Answer: -1

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