hard Set 92 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 44

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"+","operand":9,"result":41}
  • {"op":"\u00d7","operand":4,"result":164}
  • {"op":"-","operand":59,"result":105}
  • {"op":"-","operand":61,"result":44}
FinalValue
44
PathDescription
Step 1: ×4 = 32; Step 2: +9 = 41; Step 3: ×4 = 164; Step 4: -59 = 105; Step 5: -61 = 44

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

Show answer

Answer: 5

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

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

Show answer

Answer: 90

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":2,"result":86}
  • {"op":"+","operand":4,"result":90}
FinalValue
90
PathDescription
Step 1: +9 = 14; Step 2: +7 = 21; Step 3: ×4 = 84; Step 4: +2 = 86; Step 5: +4 = 90