hard Set 50 Form Exercise

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

Show answer

Answer: 47

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 216

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"\u00d7","operand":3,"result":9}
  • {"op":"+","operand":4,"result":13}
  • {"op":"\u00d7","operand":4,"result":52}
  • {"op":"\u00d7","operand":4,"result":208}
  • {"op":"+","operand":8,"result":216}
FinalValue
216
PathDescription
Step 1: ×3 = 9; Step 2: +4 = 13; Step 3: ×4 = 52; Step 4: ×4 = 208; Step 5: +8 = 216

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

Show answer

Answer: 267

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
  • {"op":"+","operand":8,"result":92}
  • {"op":"\u00d7","operand":3,"result":276}
  • {"op":"-","operand":9,"result":267}
FinalValue
267
PathDescription
Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: +8 = 92; Step 4: ×3 = 276; Step 5: -9 = 267

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

Show answer

Answer: 12

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

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

Show answer

Answer: 41

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"\u00d7","operand":4,"result":12}
  • {"op":"+","operand":9,"result":21}
  • {"op":"\u00d7","operand":2,"result":42}
  • {"op":"-","operand":11,"result":31}
  • {"op":"+","operand":10,"result":41}
FinalValue
41
PathDescription
Step 1: ×4 = 12; Step 2: +9 = 21; Step 3: ×2 = 42; Step 4: -11 = 31; Step 5: +10 = 41