easy Set 99 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 15

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