easy Set 69 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 27

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