hard Set 89 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 72

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