medium Set 60 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 36

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