hard Set 93 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 489

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 44

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