If k = 1 ∑ 1 0 1 k + 1 ( − 1 ) k − 1 ( k − 1 1 0 0 ) = b a for some coprime positive integers a and b , find the last three digits of 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.
Yes there is a way to do this without Calculus, the technique is very similar to the solution I posted for this problem: https://brilliant.org/community-problem/combinatorial-sum/?group=YW6Omei10liC&ref_id=92197
Exactly what I did!,but isn't there any method without the use of Calculus?
Log in to reply
I am not sure about that. This was my intended solution.
Since 1 0 0 ≡ 0 ( m o d 2 ) , 1 0 0 − ( k − 1 ) and k − 1 have the same parity, so ( − 1 ) 1 0 0 − ( k − 1 ) = ( − 1 ) k − 1 Let's ignore the k + 1 terms in the denominator for a while. Consider the numerator of a general term: ( − 1 ) k − 1 ( k − 1 1 0 0 ) = ( − 1 ) 1 0 0 − ( k − 1 ) ( k − 1 1 0 0 ) Notice that this is simply the coefficient of x k − 1 in ( x − 1 ) 1 0 0 , which is also equal to the coefficient of x k in x ( x − 1 ) 1 0 0 . We then conclude x ( x − 1 ) 1 0 0 = k = 1 ∑ 1 0 1 ( − 1 ) k − 1 ( k − 1 1 0 0 ) x k Integrating both sides from 0 to 1 , 0 ∫ 1 k = 1 ∑ 1 0 1 ( − 1 ) k − 1 ( k − 1 1 0 0 ) x k d x = 0 ∫ 1 x ( x − 1 ) 1 0 0 d x ⟹ [ k = 1 ∑ 1 0 1 k + 1 ( − 1 ) k − 1 ( k − 1 1 0 0 ) x k + 1 ] 0 1 = 0 ∫ 1 x ( x − 1 ) 1 0 0 d x ⟹ k = 1 ∑ 1 0 1 k + 1 ( − 1 ) k − 1 ( k − 1 1 0 0 ) = 0 ∫ 1 x ( x − 1 ) 1 0 0 d x To compute the integral in the RHS, we make the substitution y = x − 1 , so d y = d x and 0 ∫ 1 x ( x − 1 ) 1 0 0 d x = = = = = = 0 ∫ 1 ( y + 1 ) y 1 0 0 d y 0 ∫ 1 y 1 0 1 + y 1 0 0 d y [ 1 0 2 y 1 0 2 + 1 0 1 y 1 0 1 ] 0 1 [ 1 0 2 ( x − 1 ) 1 0 2 + 1 0 1 ( x − 1 ) 1 0 1 ] 0 1 1 0 1 1 − 1 0 2 1 1 0 3 0 2 1 Hence, a = 1 , b = 1 0 3 0 2 , and a + b = 1 0 3 0 3 ≡ 3 0 3 ( m o d 1 0 0 0 ) .
Problem Loading...
Note Loading...
Set Loading...
Let us try to generalise it:
Consider ( 1 − x ) n = k = 0 ∑ n ( − 1 ) k ( k n ) x k
⇒ x ( 1 − x ) n = k = 1 ∑ n + 1 ( − 1 ) k − 1 ( k − 1 n ) x k
Integrate both sides in 0 to 1 to get :
k = 1 ∑ n + 1 k + 1 ( − 1 ) k − 1 ( k − 1 n ) = ∫ 0 1 x ( 1 − x ) n dx
= ∫ 0 1 x n ( 1 − x ) dx (Since, ∫ 0 a f ( x ) dx = ∫ 0 a f ( a − x ) dx )
= ∫ 0 1 x n dx − ∫ 0 1 x n + 1 dx
= ( n + 1 ) ( n + 2 ) 1
Hence, if n = 1 0 0 , the value comes 1 0 3 0 2 1 , implying a + b = 1 0 3 0 3