Question
Question: If \[{t_n}\] denotes the number of triangles formed with \[n\] points in a plane no three of which a...
If tn denotes the number of triangles formed with n points in a plane no three of which are collinear, and if tn+1−tn=36, then n is equal to
(a) 7
(b) 8
(c) 9
(d) 10
Solution
Here, we need to find the value of n. 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 n points, and n+1 points. Then, using the given equation, we will find a quadratic equation in terms of n. Finally, we will solve this quadratic equation to find the required value of n.
Formula Used: The number of ways in which the n objects can be placed in r spaces, where order of objects is not important, can be found using the formula for combinations nCr=r!(n−r)!n!.
Complete step by step solution:
We will use combinations to find the number of triangles that can be drawn through n points.
A triangle is formed by joining any 3 of the n points.
Therefore, the number of triangles that can be formed using the n points, taking 3 points at a time, is given by nC3.
Substituting r=3 in the formula for combinations, we get
Number of triangles that can be formed using the n points =nC3=3!(n−3)!n!
Therefore, we get
⇒tn=3!(n−3)!n!
The number of triangles that can be formed using the n+1 points, taking 3 points at a time, is given by nC3.
Substituting n+1 for n and r=3 in the formula for combinations, we get
Number of triangles that can be formed using the n+1 points =n+1C3=3!(n+1−3)!(n+1)!
Therefore, we get
⇒tn+1=3!(n+1−3)!(n+1)! ⇒tn+1=3!(n−2)!(n+1)!
Now, substituting tn+1=3!(n−2)!(n+1)! and tn=3!(n−3)!n! in the given equation , we get
⇒3!(n−2)!(n+1)!−3!(n−3)!n!=36
We know that (n+1)! can be written as (n+1)n!.
Rewriting (n+1)! as (n+1)n! and (n−2)! as (n−2)(n−3)!, we get
⇒3!(n−2)(n−3)!(n+1)n!−3!(n−3)!n!=36
Factoring out the term 3!(n−3)!n!, we get
⇒3!(n−3)!n![n−2n+1−1]=36
Taking the L.C.M. and simplifying, we get
⇒3!(n−3)!n![n−2n+1−n+2]=36 ⇒6(n−3)!n![n−23]=36 ⇒2(n−2)(n−3)!n!=36
Rewriting n! as n(n−1)(n−2)(n−3)!, we get
⇒2(n−2)(n−3)!n(n−1)(n−2)(n−3)!=36
Simplifying the expression, we get
⇒2n(n−1)=36
Multiplying both sides by 2, we get
⇒n(n−1)=72
Multiplying the terms using the distributive law of multiplication, we get
⇒n2−n=72 ⇒n2−n−72=0
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
⇒n2−9n+8n−72=0 ⇒n(n−9)+8(n−9)=0 ⇒(n+8)(n−9)=0
Therefore, either n+8=0 or n−9=0, that is n=−8 or n=9.
We know that the number of points cannot be negative.
Thus, we get
n=9
∴ The value of n 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 n 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.