hard Set 87 Form Exercise

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

Show answer

Answer: 5

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

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

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 15

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