easy Set 39 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 42

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