easy Set 21 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 24

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

Math Maze: Start at 5. Follow the path: -4 → -1 → ×4. 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":4,"result":0}
FinalValue
0
PathDescription
Step 1: -4 = 1; Step 2: -1 = 0; Step 3: ×4 = 0

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

Show answer

Answer: 64

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 14

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