easy Set 65 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 22

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