Question
Question: Let \({{T}_{n}}\) be the number of all possible triangles formed by joining vertices of an \(n\) -si...
Let Tn be the number of all possible triangles formed by joining vertices of an n -sided regular polygon. If Tn+1−Tn=19 then the value of n is
A. 7
B. 5
C. 10
D. 8
Solution
In this problem we need to calculate the value of n for the given conditions. We have given that the Tn is the number of all possible triangles formed by joining the vertices of n sided polygon. We know that to form a triangle we need to join 3 vertices. So we will calculate the value of Tn by calculating the value of selecting 3 vertices from n vertices. After having the value Tn we can calculate the value of Tn+1 and substitute both the values in the given equation and simplify them to get the required result.
Complete step by step solution:
Given that Tn is the number of all possible triangles formed by joining the vertices of n sided polygon.
We know that a nsided polygon has n vertices and to form a triangle by joining the vertices of the polygon we need to join any 3 of the vertices. So the number of possible triangle that can be formed in the n sided polygon is given by
Tn=nC3
From the above equation, the value of Tn+1 will be
Tn+1=n+1C3
Substituting the values of Tn and Tn+1 in the given equation which is Tn+1−Tn=19 , then we will get
n+1C3−nC3=10
Using the formula nCr=(n−r)!r!n! in the above equation, then we will have
(n+1−3)!3!(n+1)!−(n−3)!3!n!=10⇒(n−2)!3!(n+1)!−(n−3)!3!n!=10
Writing the value (n+1)! as (n+1)×(n+1−1)!=(n+1)n! and (n−2)! as (n−2)×(n−2−1)!=(n−2)(n−3)! in the above equation, then we will get
(n−2)(n−3)!3!(n+1)n!−(n−3)!3!n!=10
Taking (n−3)!3!n! as common from the two terms in LHS, and then we will have
(n−3)!3!n!(n−2n+1−1)=10⇒(n−3)!3!n!(n−2n+1−n+2)=10⇒(n−3)!3!n!(n−23)=10
Writing the value 3! as 3×(3−1)!=3×2! in the above equation, then we will get
(n−3)!3×2!n!(n−23)=10⇒(n−2)(n−3)!2!n!=10
We have the value (n−2)(n−3)! as (n−2)! and using the formula nCr=(n−r)!r!n! in the above equation, then we will have
(n−2)!2!n!=10⇒nC2=10
We can write the value 10 as 5C2 in the above equation, and then we will have
nC2=5C2
Equating on both sides of the above equation, then we will get
∴n=5
Hence option – B is the correct answer.
Note: In this problem we have solved the equation n+1C3−nC3=10 by using the formulas of permutation and combination. We have a direct formula for this equation which is n+1Cr−nCr=nCr−1 . we can use this formula to simplify the equation and to get the required result.