Skip to main content

2021 AMC 12A Problem 12

Problem 12 of 25IntermediateAlgebra

All the roots of the polynomial z610z5+Az4z^6 - 10z^5 + Az^4 +Bz3+Cz2+Dz+16+ Bz^3 + Cz^2 + Dz + 16 are positive integers, possibly repeated. What is the value of B?B?

Answer choices

Show solution

Solution

By Vieta’s formulas the six roots sum to 1010 (the negative of the z5z^5 coefficient) and multiply to 16.16. Thus every root is a power 2ei,2^{e_i}, with ei=4.\sum e_i=4. Since 2ei1+ei,2^{e_i}\ge 1+e_i, the roots have sum at least 6+4=10.6+4=10. Equality holds only when every eie_i is 00 or 1,1, so the roots must be 2,2,2,2,1,1.2,2,2,2,1,1. So the polynomial is (z1)2(z2)4.(z - 1)^2 (z - 2)^4. Expanding, (z22z+1)(z48z3+24z232z+16)=z610z5+41z488z3+104z264z+16. \begin{aligned} &(z^2 - 2z + 1) \\ &\quad {}\cdot (z^4 - 8z^3 + 24z^2 - 32z + 16) \\ &= z^6 - 10z^5 + 41z^4 \\ &\quad {}- 88z^3 + 104z^2 \\ &\quad {}- 64z + 16. \end{aligned} The coefficient of z3z^3 is B=88.B = -88. Thus, the correct answer is A.

More practice

Concepts: Vieta’s Formulas · polynomial

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.