hard Set 23 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: -2

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