hard Set 57 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 726

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 4

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