hard Set 51 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 624

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 162

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