hard Set 11 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 63

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":4,"result":120}
  • {"op":"\u00d7","operand":4,"result":480}
  • {"op":"+","operand":5,"result":485}
  • {"op":"-","operand":422,"result":63}
FinalValue
63
PathDescription
Step 1: ×3 = 30; Step 2: ×4 = 120; Step 3: ×4 = 480; Step 4: +5 = 485; Step 5: -422 = 63

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

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 414

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

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

Show answer

Answer: 25

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":6,"result":16}
  • {"op":"\u00d7","operand":3,"result":48}
  • {"op":"+","operand":10,"result":58}
  • {"op":"\u00d7","operand":4,"result":232}
  • {"op":"-","operand":207,"result":25}
FinalValue
25
PathDescription
Step 1: +6 = 16; Step 2: ×3 = 48; Step 3: +10 = 58; Step 4: ×4 = 232; Step 5: -207 = 25

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

Show answer

Answer: 30

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

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

Show answer

Answer: 128

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