easy Set 65 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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