easy Set 45 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 60

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