hard Set 21 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 60

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