find the value of the following sum n = 0 ∑ 1 0 0 ( n 1 0 0 ) can be written as a b , where a and b are positive integers and a is as small as possible. What is a + b ?
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.
Massively overrated question, I suggest changing it to a level 2 or 3.
Log in to reply
i know, i had a simple miss-click it was meant for level 3. how do i change the level??
Log in to reply
Just edit the problem and wait for Calvin to change the question. The rating system will readjust it.
Other than binomial theorem or using the Pascal's identity, there is another common combinatorial proof:
Consider an n-element set S. The number of distinct subsets (including the empty set) is the sum of the number of 0-element, 1-element... n-element sets. This gives a total of X subsets where X is the answer to the question.
However, another way to count the number of subsets is to choose whether each element is included or not. There are 2 choices for each of n elements, a total of 2 n . When n = 1 0 0 the answer is 2 1 0 0 .
This gives a problem because there are multiple answers: 4 5 0 , 1 6 2 5 are also possible. So the answers are 1 0 2 , 5 4 , 4 1 .
Problem Loading...
Note Loading...
Set Loading...
By the binomial theorem, ( x + y ) n k = 0 ∑ n ( k n ) x k y n − k . Setting n = 1 0 0 and x = y = 1 , we get
( 1 + 1 ) 1 0 0 k = 0 ∑ 1 0 0 ( k 1 0 0 )
Hence, a b = 2 1 0 0 .
(Note that 2 1 0 0 = 4 5 0 = 1 6 2 5 which satisfy the condition a < b .)