Solveeit Logo

Question

Question: If \[{t_n}\] denotes the number of triangles formed with \[n\] points in a plane no three of which a...

If tn{t_n} denotes the number of triangles formed with nn points in a plane no three of which are collinear, and if tn+1tn=36{t_{n + 1}} - {t_n} = 36, then nn is equal to
(a) 7
(b) 8
(c) 9
(d) 10

Explanation

Solution

Here, we need to find the value of nn. A triangle is a line segment formed by joining any 3 non-collinear points. We will use the formula for combinations to find the number of triangles that can be drawn through nn points, and n+1n + 1 points. Then, using the given equation, we will find a quadratic equation in terms of nn. Finally, we will solve this quadratic equation to find the required value of nn.
Formula Used: The number of ways in which the nn objects can be placed in rr spaces, where order of objects is not important, can be found using the formula for combinations nCr=n!r!(nr)!{}^n{C_r} = \dfrac{{n!}}{{r!\left( {n - r} \right)!}}.

Complete step by step solution:
We will use combinations to find the number of triangles that can be drawn through nn points.
A triangle is formed by joining any 3 of the nn points.
Therefore, the number of triangles that can be formed using the nn points, taking 3 points at a time, is given by nC3{}^n{C_3}.
Substituting r=3r = 3 in the formula for combinations, we get
Number of triangles that can be formed using the nn points =nC3=n!3!(n3)! = {}^n{C_3} = \dfrac{{n!}}{{3!\left( {n - 3} \right)!}}
Therefore, we get
tn=n!3!(n3)!\Rightarrow {t_n} = \dfrac{{n!}}{{3!\left( {n - 3} \right)!}}
The number of triangles that can be formed using the n+1n + 1 points, taking 3 points at a time, is given by nC3{}^n{C_3}.
Substituting n+1n + 1 for nn and r=3r = 3 in the formula for combinations, we get
Number of triangles that can be formed using the n+1n + 1 points =n+1C3=(n+1)!3!(n+13)! = {}^{n + 1}{C_3} = \dfrac{{\left( {n + 1} \right)!}}{{3!\left( {n + 1 - 3} \right)!}}
Therefore, we get
tn+1=(n+1)!3!(n+13)! tn+1=(n+1)!3!(n2)!\begin{array}{l} \Rightarrow {t_{n + 1}} = \dfrac{{\left( {n + 1} \right)!}}{{3!\left( {n + 1 - 3} \right)!}}\\\ \Rightarrow {t_{n + 1}} = \dfrac{{\left( {n + 1} \right)!}}{{3!\left( {n - 2} \right)!}}\end{array}
Now, substituting tn+1=(n+1)!3!(n2)!{t_{n + 1}} = \dfrac{{\left( {n + 1} \right)!}}{{3!\left( {n - 2} \right)!}} and tn=n!3!(n3)!{t_n} = \dfrac{{n!}}{{3!\left( {n - 3} \right)!}} in the given equation , we get
(n+1)!3!(n2)!n!3!(n3)!=36\Rightarrow \dfrac{{\left( {n + 1} \right)!}}{{3!\left( {n - 2} \right)!}} - \dfrac{{n!}}{{3!\left( {n - 3} \right)!}} = 36
We know that (n+1)!\left( {n + 1} \right)! can be written as (n+1)n!\left( {n + 1} \right)n!.
Rewriting (n+1)!\left( {n + 1} \right)! as (n+1)n!\left( {n + 1} \right)n! and (n2)!\left( {n - 2} \right)! as (n2)(n3)!\left( {n - 2} \right)\left( {n - 3} \right)!, we get
(n+1)n!3!(n2)(n3)!n!3!(n3)!=36\Rightarrow \dfrac{{\left( {n + 1} \right)n!}}{{3!\left( {n - 2} \right)\left( {n - 3} \right)!}} - \dfrac{{n!}}{{3!\left( {n - 3} \right)!}} = 36
Factoring out the term n!3!(n3)!\dfrac{{n!}}{{3!\left( {n - 3} \right)!}}, we get
n!3!(n3)![n+1n21]=36\Rightarrow \dfrac{{n!}}{{3!\left( {n - 3} \right)!}}\left[ {\dfrac{{n + 1}}{{n - 2}} - 1} \right] = 36
Taking the L.C.M. and simplifying, we get
n!3!(n3)![n+1n+2n2]=36 n!6(n3)![3n2]=36 n!2(n2)(n3)!=36\begin{array}{l} \Rightarrow \dfrac{{n!}}{{3!\left( {n - 3} \right)!}}\left[ {\dfrac{{n + 1 - n + 2}}{{n - 2}}} \right] = 36\\\ \Rightarrow \dfrac{{n!}}{{6\left( {n - 3} \right)!}}\left[ {\dfrac{3}{{n - 2}}} \right] = 36\\\ \Rightarrow \dfrac{{n!}}{{2\left( {n - 2} \right)\left( {n - 3} \right)!}} = 36\end{array}
Rewriting n!n! as n(n1)(n2)(n3)!n\left( {n - 1} \right)\left( {n - 2} \right)\left( {n - 3} \right)!, we get
n(n1)(n2)(n3)!2(n2)(n3)!=36\Rightarrow \dfrac{{n\left( {n - 1} \right)\left( {n - 2} \right)\left( {n - 3} \right)!}}{{2\left( {n - 2} \right)\left( {n - 3} \right)!}} = 36
Simplifying the expression, we get
n(n1)2=36\Rightarrow \dfrac{{n\left( {n - 1} \right)}}{2} = 36
Multiplying both sides by 2, we get
n(n1)=72\Rightarrow n\left( {n - 1} \right) = 72
Multiplying the terms using the distributive law of multiplication, we get
n2n=72 n2n72=0\begin{array}{l} \Rightarrow {n^2} - n = 72\\\ \Rightarrow {n^2} - n - 72 = 0\end{array}
Here, we get a quadratic equation. We will split the middle term and factorise to solve the quadratic equation.
Factoring the quadratic equation, we get
n29n+8n72=0 n(n9)+8(n9)=0 (n+8)(n9)=0\begin{array}{l} \Rightarrow {n^2} - 9n + 8n - 72 = 0\\\ \Rightarrow n\left( {n - 9} \right) + 8\left( {n - 9} \right) = 0\\\ \Rightarrow \left( {n + 8} \right)\left( {n - 9} \right) = 0\end{array}
Therefore, either n+8=0n + 8 = 0 or n9=0n - 9 = 0, that is n=8n = - 8 or n=9n = 9.
We know that the number of points cannot be negative.
Thus, we get
n=9n = 9
\therefore The value of nn is 9.

The correct option is option (c).

Note:
We used combinations instead of permutations to find the number of triangles that can be formed using the points. A triangle is formed using 3 non-collinear points. Suppose three of the nn points are A, B, and C. Now, if A, B, C are joined, the triangle is ABC. If B, A, C are joined in that order, the triangle is still triangle ABC. If we used permutations, the triangles formed by joining (in order) ABC, ACB, BAC, BCA, CAB, CBA will be counted as 6 different triangles. Therefore, we have used combinations since it does not matter which points are connected first, as long as the points connected are not changed.