medium Set 55 Form Exercise

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

Show answer

Answer: 264

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 25

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

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

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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