hard Set 99 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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