hard Set 55 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

Math Maze: Start at 2. Follow the path: -1 → -1 → ×4 → -1 → ×2. 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":"\u00d7","operand":4,"result":0}
  • {"op":"-","operand":1,"result":-1}
  • {"op":"\u00d7","operand":2,"result":-2}
FinalValue
-2
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: ×4 = 0; Step 4: -1 = -1; Step 5: ×2 = -2

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 159

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 10

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