hard Set 40 Form Exercise

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

Show answer

Answer: 252

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

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

Show answer

Answer: 97

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 330

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

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

Show answer

Answer: 960

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"\u00d7","operand":2,"result":160}
  • {"op":"\u00d7","operand":3,"result":480}
  • {"op":"\u00d7","operand":2,"result":960}
FinalValue
960
PathDescription
Step 1: ×2 = 20; Step 2: ×4 = 80; Step 3: ×2 = 160; Step 4: ×3 = 480; Step 5: ×2 = 960

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

Show answer

Answer: 2

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 15

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