easy Set 99 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 25

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