hard Set 27 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 24

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