hard Set 57 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 56

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