medium Set 95 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 6

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