hard Set 99 Form Exercise

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

Show answer

Answer: 240

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"-","operand":3,"result":7}
  • {"op":"+","operand":3,"result":10}
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"\u00d7","operand":3,"result":120}
  • {"op":"\u00d7","operand":2,"result":240}
FinalValue
240
PathDescription
Step 1: -3 = 7; Step 2: +3 = 10; Step 3: ×4 = 40; Step 4: ×3 = 120; Step 5: ×2 = 240

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

Show answer

Answer: 15

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

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

Show answer

Answer: 864

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 457

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"+","operand":2,"result":38}
  • {"op":"\u00d7","operand":4,"result":152}
  • {"op":"\u00d7","operand":3,"result":456}
  • {"op":"+","operand":1,"result":457}
FinalValue
457
PathDescription
Step 1: ×4 = 36; Step 2: +2 = 38; Step 3: ×4 = 152; Step 4: ×3 = 456; Step 5: +1 = 457