medium Set 95 Form Exercise

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

Show answer

Answer: 240

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 84

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