hard Set 99 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 148

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

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

Show answer

Answer: 8

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

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

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