hard Set 45 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 93

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 45

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