2 × 3 1 + 3 × 4 1 + 4 × 5 1 + … + 4 9 × 5 0 1
If the expression above can be represented in the form of b a ,where g cd ( a , b ) = 1 , then find ( a + b ) 3 .
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.
Challenge student note: Nice use of telescopic sum.
Bonus question: Can you find the value of summation :
1 . 2 . 3 1 + 2 . 3 . 4 1 + 3 . 4 . 5 1 ⋯ + 4 8 . 4 9 . 5 0 1 = ?
Log in to reply
t n = n ( n + 1 ) ( n + 2 ) 1 = > 2 t n = n ( n + 1 ) ( n + 2 ) ( n + 2 ) − n = > 2 t n = n ( n + 1 ) 1 − ( n + 1 ) ( n + 2 ) 1
Substituting various values of n: , we get the following equations: 2 t 1 = 1 . 2 1 − 2 . 3 1 2 t 2 = 2 . 3 1 − 3 . 4 1
.
.
.
.
2 t n = n ( n + 1 ) 1 − ( n + 1 ) ( n + 2 ) 1
Adding all the above equations, we get
2 ∑ t n = 2 1 − ( n + 1 ) ( n + 2 ) 1 = > ∑ t n = 4 1 − 2 ( n + 1 ) ( n + 2 ) 1
Substituting n = 48, we get
∑ n = 1 4 8 t n = 4 1 − 2 . 4 9 . 5 0 1 = 4 1 − 4 9 0 0 1 = 1 2 2 5 3 0 6
This is my reply to the bonus question. I hope my method and answer are correct. @Nihar Mahajan
Correct analysis!
1/2x3+1/3x4+1/4x5+1/5x6+1/6x7+1/7x8+.....................+1/49x50 =1/2-1/3+1/3-1/4+1/4-1/5+.........................-1/49+1/49-1/50 =1/2-1/50 =12/25
hence, (a+b)^3=(12+25)^3=37^3=50653
Problem Loading...
Note Loading...
Set Loading...
1/(n*(n+1)) = 1/n - 1/(n+1). So we have 1/2 - 1/3 + 1/3 - 1/4 + 1/4 - 1/5+ ... + 1/49 - 1/50 = 1/2 - 1/50 = 24/50 = 12/25. a=12, b=25. (a+b)^3 = 37^3 = 50653.