medium Set 53 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 12

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