medium Set 60 Form Exercise

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

Show answer

Answer: 132

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

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

Show answer

Answer: 33

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

Math Maze: Start at 8. Follow the path: +9 → +5 → +10 → +7. What is the final value?

Show answer

Answer: 39

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 17

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

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

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 4

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