hard Set 33 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: -5

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 448

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

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

Show answer

Answer: 9

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