hard Set 32 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 196

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 197

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":4,"result":112}
  • {"op":"\u00d7","operand":3,"result":336}
  • {"op":"\u00d7","operand":3,"result":1008}
  • {"op":"-","operand":811,"result":197}
FinalValue
197
PathDescription
Step 1: ×4 = 28; Step 2: ×4 = 112; Step 3: ×3 = 336; Step 4: ×3 = 1008; Step 5: -811 = 197

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

Show answer

Answer: 38

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