easy Set 35 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 1

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