Question
Question: Solve \[\dfrac{{{C_1}}}{{{C_0}}} + 2\dfrac{{{C_2}}}{{{C_1}}} + 3\dfrac{{{C_3}}}{{{C_2}}} + ....... +...
Solve C0C1+2C1C2+3C2C3+.......+nCn−1Cn=2n(n+1).
Solution
In the given questions we have to prove that the LHS term can be simplified as the term on RHS , so we will solve LHS . In this we will use the formula for combination which is nCr=(n−r)!r!n! . Also , we can write Cr as nCr . Since it is a series therefore , we will use ∑ ( summation ) for simplification.
Complete step by step answer:
Given : C0C1+2C1C2+3C2C3+.......+nCn−1Cn
Now the above series can be simplified as :
r=1∑nr×nCr−1nCr.....eqn(1)
Here , r represents the natural numbers which are multiplied with each term up to n . The nCr represents the numerator of the every term up to Cn and the nCr−1 represents the denominator of each term up to Cn−1 .
Now using the formula nCr=(n−r)!r!n! in eqn (1) we get ,
r=1∑nr×(n−(r−1))!(r−1)!n!(n−r)!r!n!
On simplifying we get ,
r=1∑nr×(n−r+1)!(r−1)!n!(n−r)!r!n!
On cancelling out the term n! we get ,
r=1∑nr×(n−r+1)!(r−1)!1(n−r)!r!1
On simplifying we get ,
r=1∑nr×(n−r)!r!(n−r+1)!(r−1)!
Now expanding the factorials we get ,
r=1∑nr×(n−r)!×r×(r−1)!(n−r+1)×(n−r)!(r−1)!
Now cancelling out the terms from numerator and denominator we get ,
r=1∑n(n−r+1)
On simplifying we get ,
r=1∑n(n+1)−r=1∑nr
On solving we get ,
(n+1)r=1∑n1−r=1∑nr
Now , in above expression the 1 is up to n times so it can be written as n and the second term is the sum of natural number which is equals to 2n(n+1) . So applying these we get ,
[(n+1)×n]−(1+2+3+4+......+n)
On simplifying we get
n(n+1)−2n(n+1)
On solving we get ,
∴2n(n+1)
Hence proved.
Note: In these types of questions try to solve them or simplify them using summation as you do not have to solve the series for every term as it is a complex way instead simplify them to general form or term . Moreover remember the formula for combination and factorial of a number.