hard Set 74 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 42

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":6,"result":16}
  • {"op":"+","operand":9,"result":25}
  • {"op":"+","operand":9,"result":34}
  • {"op":"+","operand":3,"result":37}
  • {"op":"+","operand":5,"result":42}
FinalValue
42
PathDescription
Step 1: +6 = 16; Step 2: +9 = 25; Step 3: +9 = 34; Step 4: +3 = 37; Step 5: +5 = 42

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

Show answer

Answer: 30

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 46

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

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

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