AMC 10 · 2019 · #14
Grade 11 algebraPick an answer.
As written, P is a list of coefficients, and coefficients say nothing about how many distinct roots there are. The same polynomial can be stored a second way: as the multiset of its six roots. That second storage format makes the given condition readable at a glance, because "exactly 4 distinct" is a statement about the root list, not about the coefficients. So the plan is to convert every factor we can into roots, see what the counting condition forces on the one factor we cannot, and then convert back to a coefficient using the sum-of-roots relation.
Count roots with multiplicity first
With multiplicity there are six roots.
Six root slots holding only four different values means two slots must be repeats.
11.N-CN.C.9Organize Information In More WaysSolve the two known quadratics
Solve the two known quadratics first.
The two factors with no unknown can be solved outright, and they already use up the full quota of four distinct roots.
11.N-CN.C.7Identify SubproblemsStop chasing c, chase the roots
Chase the roots instead of the coefficient.
Any brand-new root would push the distinct count past four, so the middle factor has to reuse roots that already exist.
11.A-APR.B.3Change Focus Count The ComplementName the two roots and use Vieta
The root relations give the sum and product.
A monic quadratic stores the sum and the product of its roots directly in its two coefficients.
A monic quadratic stores the sum and the product of its roots directly in its two coefficients.
▸ Why?
The coefficients record exactly the sum and the product of the roots and nothing else.
▸ Why?
A quadratic vanishes only where one of its linear factors vanishes, so the roots really do rebuild it.
Test every pair for product 4
Test every pair with the right product.
Only ten products are possible, so checking them all is faster than being clever.
11.N-CN.A.2Make A Systematic ListAdd the survivors, take the modulus
The modulus is root ten.
Conjugate values of c sit the same distance from the origin, so the modulus is pinned down even when c is not.
11.N-CN.A.3Eliminate PossibilitiesA polynomial is its list of roots in disguise, so when a question counts roots, switch to the root list and read the coefficients back off at the end.
- Count roots with multiplicity first
- Solve the two known quadratics
- Stop chasing c, chase the roots
- Name the two roots and use Vieta
- Test every pair for product 4
- Add the survivors, take the modulus