#2015_18 Lets add it!

( 1 × 2 × 3 × 4 ) + ( 2 × 3 × 4 × 5 ) + + ( 47 × 48 × 49 × 50 ) = ? (1\times 2\times 3\times 4) + (2\times 3\times 4\times 5)+\ldots+ (47\times 48\times 49\times 50) = \ ?

You may use a calculator for the final step of your working.

More questions??


The answer is 56377440.

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.

1 solution

Ivan Koswara
Aug 19, 2015

Since it appears simple enough to brute force using computer, that is precisely what I did:

1
2
>>> sum((n+1)*(n+2)*(n+3)*(n+4) for n in range(47))
56377440

While solving, I didn't notice the similarity with the binomial coefficients ( n 4 ) \binom{n}{4} .

@Ivan Koswara I disagree with the classification of trivial/boring. The Hockey Stick Identity would be extremely useful here, since we essentially want to find ( i 4 ) \sum { i \choose 4 } .

Calvin Lin Staff - 5 years, 9 months ago

Log in to reply

...that's correct. I concluded too quickly. I guess I shouldn't write solutions when rushed + in a bad mood.

EDIT: Edited the solution to be less condescending.

Ivan Koswara - 5 years, 9 months ago

Log in to reply

Lol, I know that feeling. Sometimes it's better to just crawl in to a cave and avoid contact.

Hope you feel better!

Calvin Lin Staff - 5 years, 9 months ago

Log in to reply

@Calvin Lin A cave right about now sounds nice. Warm and damp. Maybe.

Jake Lai - 5 years, 9 months ago

Hey ,Its a mathematical problem and you could solve it by the application of Binomial theorem!

Anandhu Raj - 5 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...