easy Set 99 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 11

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