easy Set 96 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 5

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