medium Set 55 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 264

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 1

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