r = 1 ∑ 2 0 ( − 1 ) r r ! r 2 + r + 1 = b ! a − 1
The equation above holds true for some coprime positive integers a and b .
Find 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.
Both @Chew-Seong Cheong , and @Rishabh Cool
how you think of breaking the term in two terms?
Do you apply any logic in breaking the terms or just by hit and trial method?
Log in to reply
Don't get what you mean. I have added new second and third steps to explain it.
Log in to reply
I fully understand your steps, no doubt in it.
I am asking in general that how you write the very first step i.e to break the given terms in difference of two terms.
r = 1 ∑ 2 0 ( − 1 ) r ( ( r − 1 ) ! r + r ! r + 1 )
How you thought of breaking into these terms?
Log in to reply
@Priyanshu Mishra – To make two terms to have the same degree in the nominator and denominator. How else but to divide r 2 by r ! . A lot is try and error. You have to do more problems to get it.
Log in to reply
@Chew-Seong Cheong – Thanks i got it.
Log in to reply
@Priyanshu Mishra – Chew, see my comment to Rishabh. Thanks, Ed Gray
@Priyanshu Mishra – You should also check out this problem .
The sum is : r = 1 ∑ 2 0 ( − 1 ) r r ! r 2 + r + 1 ( r + 1 ) + ( r 2 )
= r = 1 ∑ 2 0 ( − 1 ) r { r ! r + 1 + ( r − 1 ) ! r }
Writing few terms we see this is a telescopic series .
= 2 0 ! 2 1 − 1
∴ 2 1 + 2 0 = 4 1
I see no advantage in breaking up the term r^2 + r + 1. Either way, when r = 1, the first term is [(-1)^1]*(1^2 + 1 + 1)/1! = -3. Using the above break up, we have [(-1)^1]{2/1! + 1/0!} = -3. The second term is +2.5. Adding the first few terms, we have: -3 + 3.5 - 2.1666666 +.875 -.25833333333 + .059722222 -.011309523 + ….. The sum approaches -1. If this is so, a must equal 0, and b could be anything Ed Gray.
Log in to reply
But the sum is not -1, it is just close to it. I have checked it with Wolfram Alpha (see this link ). The sum is 2 0 ! 2 1 − 1 ≈ − 1 .
Log in to reply
Chew, you are absolutely correct. Nice solution; regards, Ed
Problem Loading...
Note Loading...
Set Loading...
Expanding on @Rishabh Cool's solution:
S = r = 1 ∑ 2 0 ( − 1 ) r r ! r 2 + r + 1 = r = 1 ∑ 2 0 ( − 1 ) r ( r ! r 2 + r ! r + 1 ) = r = 1 ∑ 2 0 ( − 1 ) r ( r ( r − 1 ) ! r 2 + r ! r + 1 ) = r = 1 ∑ 2 0 ( − 1 ) r ( ( r − 1 ) ! r + r ! r + 1 ) = − 0 ! 1 − 1 ! 2 + 1 ! 2 + 2 ! 3 − 2 ! 3 − 3 ! 4 + . . . + 1 9 ! 2 0 + 2 0 ! 2 1 = 2 0 ! 2 1 − 1
⟹ a + b = 2 1 + 2 0 = 4 1