medium Set 95 Form Exercise

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

Show answer

Answer: 192

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

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

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 147

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

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

Show answer

Answer: -1

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