easy Set 45 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 7

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