hard Set 88 Form Exercise

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

Show answer

Answer: 90

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 4

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

Math Maze: Start at 7. Follow the path: +10 → +7 → +9 → -14 → +7. What is the final value?

Show answer

Answer: 26

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":10,"result":17}
  • {"op":"+","operand":7,"result":24}
  • {"op":"+","operand":9,"result":33}
  • {"op":"-","operand":14,"result":19}
  • {"op":"+","operand":7,"result":26}
FinalValue
26
PathDescription
Step 1: +10 = 17; Step 2: +7 = 24; Step 3: +9 = 33; Step 4: -14 = 19; Step 5: +7 = 26

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

Show answer

Answer: 27

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

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

Show answer

Answer: 185

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

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

Show answer

Answer: 50

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