n = 1 ∑ 2 0 1 5 ( n 2 + n ) ( n + 1 ) ! n 2 + n + 1 can be represented in the form b a , where a and b are coprime positive integers. Find the value 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.
Nicely done! You should be able to get the generalization:
n = 1 ∑ m ( n 2 + n ) ( n + 1 ) ! n 2 + n + 1 = 1 − ( m + 1 ) ( m + 1 ) ! 1 .
Python:
1 2 3 4 5 6 7 8 9 10 |
|
n = 1 ∑ n n × n ! 1 − ( n + 1 ) × ( n + 1 ) ! 1
=> 1 − ( n + 1 ) ( n + 1 ) ! 1
Replace n = 2 0 1 5
we get 1 − ( 2 0 1 6 ) × ( 2 0 1 6 ) ! 1
now compare it to b a
b = ( 2 0 1 6 ) × ( 2 0 1 6 ) ! ................................ 1
and the numerator is ( 2 0 1 6 ) × ( 2 0 1 6 ) ! − 1 [This is supposed to be a ]
=> From 1 we get, b − 1 = a
a − b = − 1
Do upvote
This solution has been marked wrong. You should carefully assign your variables.
Problem Loading...
Note Loading...
Set Loading...
simplify as: = = = ( n 2 + n ) ∗ ( n + 1 ) ! n 2 + n + 1 n ∗ ( n + 1 ) 2 ∗ n ! ( n + 1 ) 2 − n ∗ ( n + 1 ) ∗ ( n + 1 ) ! n n ∗ n ! 1 − ( n + 1 ) ∗ ( n + 1 ) ! 1 hence n = 1 ∑ 2 0 1 5 ( ( n 2 + n ) ∗ ( n + 1 ) ! n 2 + n + 1 ) = n = 1 ∑ 2 0 1 5 ( n ∗ n ! 1 ) − n = 1 ∑ 2 0 1 5 ( ( n + 1 ) ∗ ( n + 1 ) ! 1 ) = n = 1 ∑ 2 0 1 5 ( n ∗ n ! 1 ) − n = 2 ∑ 2 0 1 6 ( n ∗ n ! 1 ) we see that all terms except last and first cancels out,hence n = 1 ∑ 2 0 1 5 ( ( n 2 + n ) ∗ ( n + 1 ) ! n 2 + n + 1 ) = 1 ∗ 1 ! 1 − 2 0 1 6 ∗ 2 0 1 6 ! 1 = 2 0 1 6 ∗ 2 0 1 6 ! 2 0 1 6 ∗ 2 0 1 6 ! − 1 hence a − b = ( 2 0 1 6 ∗ 2 0 1 6 ! − 1 ) − 2 0 1 6 ∗ 2 0 1 6 ! = − 1