easy Set 52 Form Exercise

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

Show answer

Answer: 128

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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