medium Set 95 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 78

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