If 1 ! 1 3 − 2 2 + 2 ! 2 3 − 3 2 + 3 ! 3 3 − 4 2 + ⋯ + 1 0 0 ! 1 0 0 3 − 1 0 1 2 = 1 − b a for some coprime positive integers a , b , find the last three digits of a .
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.
One may transform n ! n 3 − ( n + 1 ) 2 to n ! n 3 − n ! ( n + 1 ) 2 = n ! n 3 − ( n + 1 ) ! ( n + 1 ) 3 = f ( n ) − f ( n + 1 ) where f ( n ) = n ! n 3 . This turns a telescopic which ultimately gives f ( 1 ) − f ( 1 0 1 ) . Though the above solution is quite similar as this.
same here
oh ..it was so easy....
Precisely my intended solution. Good job!
wow i also followed the same method bu kept in the
x
form
Done the same way !
Log in to reply
Here's a good challenge. Create a telescoping series where the answer is NOT the first term minus the last (assuming all terms are in order)
done d same way!
Problem Loading...
Note Loading...
Set Loading...
n ! n 3 − ( n + 1 ) 2 = n ! n 3 − n ! ( n + 1 ) 2 = ( n − 1 ) ! n 2 − n ! ( n + 1 ) 2
1 ! 1 3 − 2 2 + 2 ! 2 3 − 3 2 + 3 ! 3 3 − 4 2 + . . . . . . . . + 1 0 0 ! 1 0 0 3 − 1 0 1 2
= ( 1 ! 1 3 − 1 ! 2 2 ) + ( 1 ! 2 2 − 2 ! 3 2 ) + ( 2 ! 3 2 − 3 ! 4 2 ) + . . . . . . . . . . + ( 9 9 ! 1 0 0 2 − 1 0 0 ! 1 0 1 2 )
= 1 − 1 0 0 ! 1 0 1 2
⟶ b a = 1 0 0 ! 1 0 1 2
a = 1 0 1 2 = 1 0 2 0 1 . Last three digits 2 0 1