medium Set 99 Form Exercise

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

Show answer

Answer: 241

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 79

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

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

Show answer

Answer: 31

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