1 + 2 1 + 1 + 2 + 3 1 + ⋯ + 1 + 2 + ⋯ + 2 0 1
If the value of the expression above is equal to n m , where m and n are coprime positive integers, find the value of 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.
Good observation of the telescoping series.
Going a step further, if you take the upper limit to be x instead of 2 0 , you can generalize it:
2 ∑ n = 2 x n 1 − n + 1 1 = x + 1 x − 1 , x ≥ 2
First recall that sum of fisrt n natural numbers is given by 2 n ( n + 1 ) .So sum of 1 + 2 = 2 2 ( 2 + 1 ) , 1 + 2 + 3 = 2 3 ( 3 + 1 ) and so on.Our expression then becomes: 2 2 ⋅ 3 1 + 2 3 ⋅ 4 1 + … + 2 2 0 ⋅ 2 1 1 = 2 ⋅ 3 2 + 3 ⋅ 4 2 + … + 2 0 ⋅ 2 1 2 = 2 ( 2 ⋅ 3 1 + 3 ⋅ 4 1 + … + 2 0 ⋅ 2 1 1 ) = 2 ( 2 1 − 3 1 + 3 1 − 4 1 + … + 2 0 1 − 2 1 1 ) = 2 ( 2 1 − 2 1 1 ) = 2 ⋅ 4 2 1 9 = 2 1 1 9
Problem Loading...
Note Loading...
Set Loading...
Given expression equals,
= i = 2 ∑ 2 0 ∑ n = 1 i n 1 = i = 2 ∑ 2 0 i ( i + 1 ) 2 It's a telescoping series , = 2 ⎣ ⎡ i = 2 ∑ 2 0 ( i 1 − i + 1 1 ) ⎦ ⎤ = 2 [ 2 1 − 3 1 + 3 1 − … − 2 1 1 ] ⇒ 2 [ 2 1 − 2 1 1 ] = 2 1 1 9
Note : Sum of n consecutive natural numbers = 2 n ( n + 1 )