Question
Question: Let \[{T_n}\] denote the number of triangles which can be formed by using the vertices of a regular ...
Let Tn denote the number of triangles which can be formed by using the vertices of a regular polygon of n sides. If Tn+1−Tn=21 , then n equals
(1) 5
(2) 7
(3) 6
(4) 4
Solution
We have to find the value of n . We solve this using the concept of permutation and combination . We should have the knowledge of formula combinations of terms and how to expand the factorial terms . We will simplify the terms of combination in the formula to find the value of the number of sides (n) .
Complete step-by-step solution:
The number of terms of a combination is always one more than the combination of terms which we have to expand . If we have to find the fifth term of the combination then the value for the combination would be found for four .
Given :
Tn+1−Tn=21
As , nC3 gives the number of triangles which can be formed using the sides of the vertices of a regular polygon of n sides .
Tn=nC3
Putting the expression of number of triangles in the given equation , we get
n+1C3−nC3=21
We have to find the value of n .
We know that , formula of combination is given as :
rCn=n!×(r−n)!r!
Using the formula of combination we can write the expression as ,
3!×(n+1−3)!(n+1)!−3!×(n−3)!n!=21
3!×(n−2)!(n+1)!−3!×(n−3)!n!=21
On expanding the factorial , we get the expression as :
3×2×1×(n−2)!(n+1)(n)(n−1)(n−2)!−3×2×1×(n−3)!n(n−1)(n−2)(n−3)!=21
Cancelling the terms , we can write the expression as :
3×2×1(n+1)(n)(n−1)−3×2×1n(n−1)(n−2)=21
Taking (n)(n−1) common , we get the expression as :
(n)(n−1)[6(n+1)−6(n−2)]=21
Cross multiplying the terms , we can write the expression as :
(n)(n−1)[n+1−(n−2)]=21×6
(n)(n−1)[n+1−n+2]=21×6
Simplifying the expression , we get
3(n)(n−1)=21×6
Cancelling the terms , we get
(n)(n−1)=21×2
(n)(n−1)=42
Splitting the value of right hand side , we can write the expression as :
(n)(n−1)=7×6
Hence , on comparing the both sides the value of number of vertices of a regular polygon is
n=7
Thus , the value of regular sides of the polygon is 7 .
Hence , the correct option is (2) .
Note: Corresponding to each combination of nCr we have r! permutations, because r objects in every combinations can be rearranged in r! ways . Hence , the total number of permutations of n different things taken r at a time is nCr×r! . Thus nPr=nCr×r! , 0<r⩽n .
Also , some formulas used :
nC1=n
nC2=2n(n−1)
nC0=1
nCn=1