easy Set 48 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 39

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