medium Set 28 Form Exercise

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

Show answer

Answer: 45

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 81

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