medium Set 29 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 15

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