Question
Mathematics Question on permutations and combinations
Let Tn be the number of all possible triangles formed by joining vertices of an n-sided regular polygon. If Tn+1−Tn=10, then the value of n is
A
5
B
10
C
8
D
7
Answer
5
Explanation
Solution
1st solution : n+1C3−nC3=10
⇒6(n+1)n(n−1)−6n(n−1)(n−2)=10
⇒3n(n−1)=60⇒n(n−1)=20
⇒n2−n−20=0
⇒(n−5)(n+4)=0∴n=5
2nd solution : n+1C3−nC3=10
⇒nC2=10⇒2n(n−1)=10
⇒n2−n−20=0.∴n=5
Here we have used nCr+nCr+1=n+1Cr+1