medium Set 99 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 5

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