medium Set 95 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 8

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