medium Set 28 Form Exercise

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 48

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