binomial theorem :

find t:
t=n+1Cn +n+2Cn +..............+2nCn

3 Answers

1
xYz ·

S_{n}= \sum_{r=1}^{n}\frac{ {(n+r)}!}{n!.r!}
n!Sn=\sum_{r=1}^{n}{\frac{(n+r)!}{r!}}
T_{r+1}= \frac{ {(n+r+1)}(n+r)!}{.(r+1)r!}
T_{r+1}= \frac{ {(n+r+1)}T_{r}}{(r+1)}
(r+1)T_{r+1}-rT_{r} = (n+1)T_{r}
(2)T_{2}-T_{1} = (n+1)T_{1}
(3)T_{3}-2T_{2} = (n+1)T_{2}
.
.
.
.
(n+1)T_{n+1}-nT_{n} = (n+1)T_{n}
now we will observe everything except (n+1)Tn+1-T1 gets cancelled
(n+1)S=(n+1)Tn+1-(n+1)
S=2n+1Cn+1
sorry guyz i did a silly mistake
this giving the right answer
2n+1Cn+1
but the solution in adg is one step.......
it is coefficient of xn in the expansion
(1+x)n +(1+x)n+1 +(1+x)n+2 +............(1+x)2n
taking g.p summation the sum is finished

24
eureka123 ·

whats wrong then ??

62
Lokesh Verma ·

Explanation:

coefficient of x^n in (1+x)n +(1+x)n+1 +(1+x)n+2 +............(1+x)2n

This is the same as coefficient of x^n in 1+(1+x)+(1+x)2+...+ (1+x)n +(1+x)n+1 +(1+x)n+2 +............(1+x)2n

= coeff of xn in (1+x)2n+1-1(1+x-1)

= coeff of xn in (1+x)2n+1-1(x)

= coeff of xn+1 in (1+x)2n+1-1

= coeff of xn+1 in (1+x)2n+1

= (2n+1)Cn+1

Your Answer

Close [X]