medium Set 28 Form Exercise

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

Show answer

Answer: 59

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 16

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