easy Set 99 Form Exercise

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

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

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

Show answer

Answer: 23

SubType
math-maze
Difficulty
easy
StartValue
4
Steps
  • {"op":"+","operand":9,"result":13}
  • {"op":"+","operand":6,"result":19}
  • {"op":"+","operand":4,"result":23}
FinalValue
23
PathDescription
Step 1: +9 = 13; Step 2: +6 = 19; Step 3: +4 = 23

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

Show answer

Answer: 36

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

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

Show answer

Answer: 123

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -2

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