hard Set 85 Form Exercise

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

Show answer

Answer: 300

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 576

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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

Math Maze: Start at 2. Follow the path: -1 → -1 → +8 → +10 → -16. What is the final value?

Show answer

Answer: 2

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"-","operand":1,"result":1}
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":8,"result":8}
  • {"op":"+","operand":10,"result":18}
  • {"op":"-","operand":16,"result":2}
FinalValue
2
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: +8 = 8; Step 4: +10 = 18; Step 5: -16 = 2

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

Show answer

Answer: 291

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