medium Set 89 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 15

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