medium Set 99 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 26

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

Math Maze: Start at 6. Follow the path: +7 → +10 → +10 → +10. What is the final value?

Show answer

Answer: 43

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 41

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