arunspanda
Let \(T_n\) be the number of all possible triangles formed by joining vertices of an n-sided regular polygon. If \(T_{n+1} - T_n = 10\), then the value of n is
A. 5
B. 6
C. 7
D. 8
E. 10
In a plane if there are n points of which no three are collinear, then the number of triangles that can be formed by joining them is \(C^3_n\).
We are given that \(T_{n+1} - T_n =C^3_{n+1}-C^3_n= 10\) -->
\(C^3_{n+1}-C^3_n= \frac{(n+1)!}{3!(n-2)!}-\frac{n!}{3!(n-3)!}=10\) -->\(\frac{(n-1)n(n+1)}{6}-\frac{(n-2)(n-1)n}{6}=10\) --> \((n-1)n=20\)--> \(n=5\).
Answer: A.
Or: one additional point gives 10 more triangles, so when we add one point there are 10 different
pairs of points which make triangles with that additional point --> \(C^2_n=10\) --> \((n-1)n=20\) --> \(n=5\).
Answer: A.
can you please expand upon the highlighted part? I get that we are cross multiplying for LCD, but I am getting lost.
Also, is there any way this is related to n-2 (number of triangles from a regular polygon)? I tried to use the idea that n(n-2) would give us the number of vertices*number of triangles formed from each.
... ?