medium Set 44 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 8

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