In the expression : ( 1 − x ) 1 0
What is the sum of all positive coefficients??
Details & Assumptions
∙ In expression ( a + b ) 2 , on expanding we get a 2 + 2 a b + b 2 .Thus, coefficients are 1 , 2 , 1 and sum of coefficients is 4
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For some reason I do not like binomial theorem and I used pascal's triangle because it was easier in this case. Since you have very easy numbers (you're not multiplying by anything more than 1 or negative 1) you take the sum of every other number in the 10th row of pascal's triangle because they are the coefficients for each term and the first term is positive. That's 1 + 45 + 210 + 210 + 45 + 1, which gives us our answer 512.
First I will be creating a pattern, and then will solve the problem. In expansion of ( 1 − x ) 1 0 , we get coeffecients such as 1 0 C 1 , 1 0 C 2 , a n d 1 0 C 1 0 . Clearly, by writing the first three values, we ca see that the alternate terms, starting from 1 0 C 1 are even. So, we need to find 1 0 C 2 + 1 0 C 3 + 1 0 C 5 + 1 0 C 7 + 1 0 C 9
Now, we will calculate this value: U s i n g B i n o m i a l T h e o r e m , ( 1 + x ) 1 0 = 1 + 1 0 C 1 x + 1 0 C 2 x 2 + . . . . + 1 0 C 1 0 x 1 0 N o w , p u t t i n g x = 1 2 1 0 = 1 + 1 0 C 1 + 1 0 C 2 + . . . . . . + 1 0 C 1 0 − − − − − 1 . P u t t i n g x = − 1 , 0 = 1 − 1 0 C 1 + 1 0 C 2 − . . . . . . . . . + 1 0 C 1 0 − − − − − − 2 . S u b t r a c t i n g 2 . f r o m 1 . 2 1 0 = 2 ( 1 0 C 1 + 1 0 C 3 . . . . . 1 0 C 9 ) 1 0 C 1 + 1 0 C 3 . . . . . 1 0 C 9 = 2 9 1 0 C 1 + 1 0 C 3 . . . . . 1 0 C 9 = 5 1 2
Although people below have given good solutions to this answer, it is worth noting that for the binomial expansion of a term such as ( x − 1 ) n , where n is a whole number, the following rule holds true:
The sum of all the coefficients of the terms of the sequence is 2 n and, the sum of the coefficients of the positive terms is equal to the sum of the coeffients of the negative terms which is equal to 2 n − 1
2^(n-1) where n is the power of the expression if it is asked to find the sum of all the terms, suppose in case of (x+1)^10, then the answer would be 2^n.
Problem Loading...
Note Loading...
Set Loading...
( 1 − x ) 1 0 coefficients are equal to ( 1 − 1 ) 1 0 coefficients.
Now, developed the last expression, we get it:
( 1 − 1 ) 1 0 = ( 0 1 0 ) − ( 1 1 0 ) + ( 2 1 0 ) . . . + ( 1 0 1 0 )
( 0 ) 1 0 = ( 0 1 0 ) − ( 1 1 0 ) + ( 2 1 0 ) . . . + ( 1 0 1 0 )
0 = ( 0 1 0 ) − ( 1 1 0 ) + ( 2 1 0 ) . . . + ( 1 0 1 0 )
( 1 1 0 ) + ( 3 1 0 ) + . . . + ( 9 1 0 ) = ( 0 1 0 ) + ( 2 1 0 ) . . . + ( 1 0 1 0 )
Of that we conclude that negative sum coeffficients are equal to negative positive coeffficients. So sum of al positive coefficients are equal to the sum of all coefficientes divided two.
The sum of al coefficientes is 2 n , demostration is similiar but we use ( 1 + 1 ) 1 0 .
Finally sum is 2 2 1 0 = 2 9 = 5 1 2