hard Set 15 Form Exercise

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

Show answer

Answer: 68

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

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

Show answer

Answer: 540

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 297

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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