medium Set 33 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 2

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