hard Set 57 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 440

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 720

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

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

Show answer

Answer: 7

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