Find the sum of all the coefficients when the expression ( x + y ) 9 is expanded.
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.
Nice one! :)
Used the same theorem
I like the trick.
From the Binomial Theorem, we get
( x + y ) n = i = 0 ∑ n ( i n ) x n − i y i
Hence, the sum of the coefficients in ( x + y ) 9 is simply the sum of the binomial coefficients as follows: i = 0 ∑ 9 ( i 9 ) = ( 0 9 ) + ( 1 9 ) + … + ( 9 9 ) = 2 9 = 5 1 2 .
Generalisation
i = 0 ∑ n ( i n ) = 2 n
Using the Binomial Theorem, we get ( 1 + 1 ) n = 2 n = i = 0 ∑ n ( i n ) 1 n − i 1 i = i = 0 ∑ n ( i n )
The sum of the binomial coefficient is simply the number of subsets of the set { 1 , 2 , 3 , … , n } = 2 n .
Clear cut and nice solution.
I like your style of proof, it is very clear and well formatted :)
A complete solution, well done :)
The solution here is to substitute 1 to each of the variables then simplify. We have
( x + y ) 9 ⟹ ( 1 + 1 ) 9 ⟹ 2 9 ⟹ 5 1 2
( x + y ) 9
Applying binomial theorem,
∑ i 9 = 0 ( 1 9 ) x ( 9 − i ) y i
= x 9 + 9 x 8 y + 3 6 x 7 y 2 + 8 4 x 6 y 3 + 1 2 6 x 5 y 4 + 1 2 6 x 4 y 5 + 8 4 x 3 y 6 + 3 6 x 2 y 7 + 9 x y 8 + y 9
Therefore the sum of coefficients,
1 + 9 + 3 6 + 8 4 + 1 2 6 + 1 2 6 + 8 4 + 3 6 + 9 + 1 = 5 1 2
the pattern of is so easy. It's using pascal triangle.
and the sum for the first line of the pascal triangle is 1 2 0
second line is 2 2 1
third line is 4 2 2
So, if we want to find the sum of ( x + y ) 9 we use 2 9 in the tenth line which equal to
5 1 2
Problem Loading...
Note Loading...
Set Loading...
The sum of the coefficients is simply the value when x = y = 1 . We plug that in and see that the sum of the coefficients equals ( 1 + 1 ) 9 = 2 9 = 5 1 2 and we are done.