hard Set 48 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: -4

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

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

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":2,"result":28}
  • {"op":"\u00d7","operand":3,"result":84}
  • {"op":"-","operand":42,"result":42}
  • {"op":"-","operand":26,"result":16}
FinalValue
16
PathDescription
Step 1: ×2 = 14; Step 2: ×2 = 28; Step 3: ×3 = 84; Step 4: -42 = 42; Step 5: -26 = 16