easy Set 47 Form Exercise

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

Show answer

Answer: 100

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 72

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