medium Set 99 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

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