medium Set 55 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 134

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

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

Show answer

Answer: 20

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