hard Set 51 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 122

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"\u00d7","operand":3,"result":120}
  • {"op":"-","operand":65,"result":55}
  • {"op":"\u00d7","operand":4,"result":220}
  • {"op":"-","operand":98,"result":122}
FinalValue
122
PathDescription
Step 1: ×4 = 40; Step 2: ×3 = 120; Step 3: -65 = 55; Step 4: ×4 = 220; Step 5: -98 = 122

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

Show answer

Answer: 23

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

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

Show answer

Answer: 296

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 22

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