Find the sum of the coefficients of ##(x+y)^{16}##

  • Thread starter Thread starter RChristenk
  • Start date Start date
AI Thread Summary
The discussion centers on calculating the sum of the coefficients of the expression (x+y)^{16}. The correct method involves substituting x=1 and y=1, yielding (1+1)^{16} = 2^{16} = 65536. A misunderstanding arose when a participant incorrectly subtracted one from this total, mistakenly interpreting the coefficients. The error was clarified, emphasizing that the coefficient for the term x^0y^{16} (which equals 1) was overlooked. Ultimately, the sum of the coefficients is confirmed to be 65536.
RChristenk
Messages
73
Reaction score
9
Homework Statement
Find the sum of the coefficients of ##(x+y)^{16}##
Relevant Equations
Binomial Theorem
##(x+y)^{16}=[x(1+\dfrac{y}{x})]^{16}=x^{16}(1+\dfrac{y}{x})^{16}##

## x^{16}(1+\dfrac{y}{x})^{16}=x^{16}[1+^{16}C_1(\dfrac{y}{x})+^{16}C_2(\dfrac{y}{x})^2...+^{16}C_{16}(\dfrac{y}{x})^{16}]##

Now let ##x=1,y=1##:

##1^{16}(1+1)^{16}=1^{16}(1+^{16}C_1+^{16}C_2...+^{16}C_{16})##

##2^{16}-1=^{16}C_1+^{16}C_2...+^{16}C_{16}##

Sum of coefficients = ##2^{16}-1## = ##65535##

But the answer is ##65536##. Why?
 
Physics news on Phys.org
RChristenk said:
Sum of coefficients = ##2^{16}-1## = ##65535##
The first '=' in that line is not correct. It does not follow from anything written above it.
You don't need most of the working in the OP. The sum of the coefficients will simply be the value of the expression when ##x=y=1##, since all items ##x^k y^{16-k}## will be 1. Hence the sum of the coefficients will just be ##(1+1)^{16}##.
 
  • Like
  • Informative
Likes chwala, e_jane and PeroK
andrewkirk said:
The first '=' in that line is not correct. It does not follow from anything written above it.
You don't need most of the working in the OP. The sum of the coefficients will simply be the value of the expression when ##x=y=1##, since all items ##x^k y^{16-k}## will be 1. Hence the sum of the coefficients will just be ##(1+1)^{16}##.
Could you tell me where I went wrong specifically? Because to me what I wrote down looks correct (although obviously it isn't). I know I could just set everything to 1 and plug it in, but then I don't really understand what's happening and it becomes a rote memory item to me.
 
RChristenk said:
Could you tell me where I went wrong specifically? Because to me what I wrote down looks correct (although obviously it isn't). I know I could just set everything to 1 and plug it in, but then I don't really understand what's happening and it becomes a rote memory item to me.
You moved the first coefficient to the left hand side and gave the answer as ##N -1## rather than ##N##. Only you can explain why you did this!
 
To rephrase @PeroK #4 :

RChristenk said:
Could you tell me where I went wrong specifically?

You overlooked that this number one is also a coefficient (##^{16}C_0## )

(easy check: same exercise with powers 0, 1, 2, ... instead of 16 :smile:)

##\ ##
 
  • Like
Likes FactChecker
PeroK said:
You moved the first coefficient to the left hand side and gave the answer as ##N -1## rather than ##N##. Only you can explain why you did this!
Uh..I thought ##C## represented the "C"oefficients, so naturally the digit one is moved to the other side. Now I see that is incorrect.
 
  • Like
Likes FactChecker and BvU
Back
Top