hard Set 16 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 42

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