hard Set 56 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 16

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