medium Set 30 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 6

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