easy Set 25 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 36

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