easy Set 12 Form Exercise

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

Show answer

Answer: 120

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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