easy Set 15 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 13

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