Jake O. answered 09/30/20
SAT Math Tutor with B.S. in Mathematics & 10+ Years of Experience
To find the coefficient of any term in this expansion, you can use the binomial theorem. The binomial theorem formula says that
(a+b)n = k=0n∑(nk)akbn-k
In this case we have (4x-y)12 so if we compare this to the above formula for the binomial expansion, we can say that:
a = 4x
b = -y
n = 12
The term we care about is the x3y9 term. This term will occur when k = 3. So if we look at the term in the binomial theorem formula that occurs when k=3, that would tell us what that entire term would be.
(nk)akbn-k
(123)(4x)3(-y)9
Then you just need to simplify from there to figure out the coefficient of this term. Note that (123) "12 choose 3" can be computed with a calculator or by using the formula for combinations: (nr) = (n!)/(r!(n-r)!)