All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Deux Digit Determination (Posted on 2014-11-13) Difficulty: 3 of 5
Find the last two digits in the base ten expansion of :

C(2014, 1) + 22*C(2014, 2) + 32*C(2014, 3) + ......+ 20142*C(2014, 2014)

**** C is the choose function, that is:
C(m,n) = m!/(n!*(m-n)!)

See The Solution Submitted by K Sengupta    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution No Subject Comment 4 of 4 |
Using the binomial expansion:

            Sum from r=0 to n of [ C(n,r)xr ] = (1 + x)n

Differentiate wrt x:  Sum[ r*C(n,r)xr-1 ] = n(1 + x)n-1

Multiply by x:          Sum[ r*C(n,r)xr ] =  nx(1 + x)n-1

Differentiate wrt x:        

  Sum[ r2*C(n,r)xr-1] = nx(n – 1)(1 + x)n-2 + n(1 + x)n-1

Substitute x = 1 and simplify:

             Sum[ r2*C(n,r) ] = n(n + 1)*2n-2

Now, using n = 2014 and noticing that the first term in
the sum is zero (since r=0), we get

  Sum, r=1 to 2014, [ r2*C(2014,r) ] = 2014*2015*22012

with final digits 60, as Jer suggested.



  Posted by Harry on 2014-11-16 17:22:22
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (23)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information