easy Set 96 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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

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

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