easy Set 69 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 16

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