hard Set 20 Form Exercise

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

Show answer

Answer: 276

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 17

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"+","operand":4,"result":10}
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"\u00d7","operand":3,"result":60}
  • {"op":"-","operand":15,"result":45}
  • {"op":"-","operand":28,"result":17}
FinalValue
17
PathDescription
Step 1: +4 = 10; Step 2: ×2 = 20; Step 3: ×3 = 60; Step 4: -15 = 45; Step 5: -28 = 17

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

Show answer

Answer: 32

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 16

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