hard Set 20 Form Exercise

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

Show answer

Answer: 66

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

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

Show answer

Answer: 76

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

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

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

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

Show answer

Answer: 17

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"-","operand":3,"result":15}
  • {"op":"\u00d7","operand":3,"result":45}
  • {"op":"\u00d7","operand":2,"result":90}
  • {"op":"-","operand":73,"result":17}
FinalValue
17
PathDescription
Step 1: ×2 = 18; Step 2: -3 = 15; Step 3: ×3 = 45; Step 4: ×2 = 90; Step 5: -73 = 17

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

Show answer

Answer: 52

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 408

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":15,"result":17}
  • {"op":"\u00d7","operand":4,"result":68}
  • {"op":"\u00d7","operand":3,"result":204}
  • {"op":"\u00d7","operand":2,"result":408}
FinalValue
408
PathDescription
Step 1: ×4 = 32; Step 2: -15 = 17; Step 3: ×4 = 68; Step 4: ×3 = 204; Step 5: ×2 = 408

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

Show answer

Answer: 21

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