easy Set 47 Form Exercise

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

Show answer

Answer: 240

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 30

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