medium Set 28 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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