easy Set 29 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 27

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