medium Set 54 Form Exercise

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

Show answer

Answer: 108

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 432

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

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

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 87

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