easy Set 24 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 71

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 29

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