medium Set 75 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 27

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

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

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

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

Show answer

Answer: 16

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