hard Set 99 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 50

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

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

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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