
William W. answered 10/02/20
Top Pre-Calc Tutor
We can typically expect a "12th power" polynomial to have 13 terms. Each term includes a contribution from the first term in the binomial, in this case "4x" (let's call the coefficient "a"), the last term in the binomial, in this case "-1y" (let's call the coefficient "b"), and from Pascal's triangle (let's call that "p"). A 12th degree polynomial (with first binomial variable "x" and last variable "y") would generically look like this:
p1a12x12b0y0 + p2a11x11b1y1 + p3a10x10b2y2 + p4a9x9b3y3 + p5a8x8b4y4 + p6a7x7b5y5 + p7a6x6b6y6 + p8a5x5b7y7 + p9a4x4b8y8 + p10a3x3b9y9 + p11a2x2b10y10 + p12a1x1b11y11 + p13a0x0b12y12
So the term we are looking for is what I have listed as p10a3x3b9y9 so we just need p10, a3, and b9. The coefficient we are seeking will just be the product of those three.
In this case, the coefficient of the first term in the binomial is "4" so a3 will be 43 because the "x" variable is raised to the 3rd power. So a3 = 64
In this case, the coefficient of the last term in the binomial is "-1" so b9 will be (-1)9 because the "y" variable is raised to the 9th power. So b9 = -1.
Using the 12th row on Pascal's triangle, we get:
1 12 66 220 495 792 924 792 495 220 66 12 1
We can see that p10 = 220.
So the coefficient we seek is (64)(-1)(220) = -14080