Consider the sequence defined by a k = k 2 + k 1 for k ≥ 1 .
Given that a m + a m + 1 + a m + 2 + … + a n − 1 = 3 1 1 , for positive integers m and n with m < n . Find m + n .
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.
I`ve done exactly the same way
a k = k 2 + k 1 = k 1 − k + 1 1 , so a m + a m + 1 + . . . + a n − 1 = m 1 − m + 1 1 + m + 1 1 − m + 2 1 + . . . + n − 1 1 − n 1 = m 1 − n 1 .
m 1 − n 1 = 3 1 1
3 1 n − 3 1 m − m n = 0
( n + 3 1 ) ( 3 1 − m ) = 9 6 1
Since n must be positive, so is n + 3 1 . There are two ways to multiply two positive integers to get 9 6 1 : 1 ∗ 9 6 1 and 3 1 ∗ 3 1 .
n + 3 1 cannot equal neither 1 nor 3 1 if n is positive, so we have n + 3 1 = 9 6 1 and 3 1 − m = 1 , so m = 3 0 , n = 9 3 0 , and m + n = 9 6 0 .
Same solution
1/k^2 + k is 1/k - 1/k+1. Out of all numbers n less than 30 plugged into 1/n - x = 1/31, only 30 yields 1 on the numerator for x. 30 + 930 (which is the denominator of 1/n-1 + 1) = 960
Problem Loading...
Note Loading...
Set Loading...
Note S n = ∑ k = 1 n k 2 + k 1 = ∑ k = 1 n k 1 − ( k + 1 ) 1 . Hence applying V n method we get S n = 1 − 1 + n 1 . Now we had a m + a m + 1 . . . . . . . . + a n − 1 = 3 1 1 . Now a m + a m + 1 . . . . . . . . + a n − 1 = ( a 1 + a 2 + a 3 . . . . . . . . + a n − 1 ) − ( a 1 + a 2 + . . . . . . . + a m − 1 ) = S n − 1 − S m − 1 .
Applying our result we get 3 1 1 = ( 1 − n 1 ) − ( 1 − m 1 ) = m 1 − n 1 . Rearranging terms we get 3 1 ( n − m ) = m n . Now since 3 1 is a prime implies either of m or n is a multiple of 3 1 . Let's assume m = 3 1 a where a ϵ I . Then n − 3 1 a = a n ⇒ n = 1 − a 3 1 a But since a ≥ 1 implies n is negative so m = 3 2 a . Let's assume n = 3 1 a where a ϵ I Then m = a + 1 3 1 a . Since m is an integer implies a = 3 0 . Putting a = 3 0 we get m = 3 0 n = 9 3 0 . So m + n = 9 6 0