easy Set 69 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 26

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