easy Set 40 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 60

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