easy Set 50 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 30

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