medium Set 99 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 31

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