STAGE PS 2.1 · 8 PRACTICE PROBLEMS · 2 NEW-CONTEXT APPLICATIONS
Balance an Extreme
Useful preparation: Force a Repetition
Goal: Understand and apply balance an extreme.
Before you begin: Force a Repetition
Understand the idea
With a fixed sum, the sum of two squares measures how unequal the two numbers are. Moving one unit from the larger integer to the smaller decreases the total whenever their gap exceeds one.
Choose and carry out a method
Repeatedly balance the pair until it differs by at most one. For an odd total, use the two neighboring integers around half the total.
Check the reasoning
Verify that both values satisfy the integer and nonnegativity conditions. The identity x²+y²=((x+y)²+(x−y)²)/2 explains the minimum.
Two nonnegative integers have sum 11. Find the smallest possible sum of their squares.
- Move one unit from the larger number to the smaller while their gap exceeds one.
- The closest integer pair is 5 and 6, so the sum of squares is 5²+6².
- The minimum is 61. A more uneven split increases the squared difference.
61
Two nonnegative integers have sum 13. Find the smallest possible sum of their squares.
- Move one unit from the larger number to the smaller while their gap exceeds one.
- The closest integer pair is 6 and 7, so the sum of squares is 6²+7².
- The minimum is 85. A more uneven split increases the squared difference.
85
Common pitfalls
Possible mix-up: Put everything in one variable for the minimum.
That maximizes imbalance; the minimum is attained by the closest pair.
Possible mix-up: A correct numerical answer alone explains the method.
State the governing relationship and check the conditions described above.
Explain it to yourself
Calculate the change in squared sum when one unit moves from the larger value to the smaller.
Preview the eight practice prompts
- Two nonnegative integers have sum 17. Find the smallest possible sum of their squares.
- Two nonnegative integers have sum 19. Find the smallest possible sum of their squares.
- Two nonnegative integers have sum 21. Find the smallest possible sum of their squares.
- Two nonnegative integers have sum 23. Find the smallest possible sum of their squares.
- Two nonnegative integers have sum 25. Find the smallest possible sum of their squares.
- Two nonnegative integers have sum 27. Find the smallest possible sum of their squares.
- 29 tasks are split between two teams. The workload penalty is the square of each team’s task count, added together. Find the smallest penalty. New context
- 31 tasks are split between two teams. The workload penalty is the square of each team’s task count, added together. Find the smallest penalty. New context

