Step 1: Understand the formula for the number of triangles
A triangle is uniquely formed by selecting any 3 non-collinear points. For a polygon with n vertices (where no three vertices are collinear), the number of triangles that can be formed is given by selecting 3 vertices out of n.
Therefore, the formula for Tn is:
Tn=(3n)=3×2×1n(n−1)(n−2)
Similarly, the number of triangles formed by a polygon with n+1 vertices is:
Tn+1=(3n+1)=3×2×1(n+1)n(n−1)
Step 2: Use the given condition
We are given the condition:
Tn+1−Tn=21
Substitute the combination expressions into the equation:
(3n+1)−(3n)=21
Using Pascal's Identity rule ((rn)+(r−1n)=(rn+1)), we can rewrite (3n+1)−(3n) directly as (2n).
Let us also expand it algebraically to verify:
6(n+1)n(n−1)−6n(n−1)(n−2)=21
Take the common terms 6n(n−1) out:
6n(n−1)⋅[(n+1)−(n−2)]=21
6n(n−1)⋅[n+1−n+2]=21
6n(n−1)⋅3=21
Simplify the fraction:
2n(n−1)=21
Step 3: Solve for n
Cross-multiply by 2:
n(n−1)=42
Expand the left side to form a quadratic equation:
n2−n−42=0
Factorize the quadratic equation by splitting the middle term (since −7×6=−42 and −7+6=−1):
n2−7n+6n−42=0
n(n−7)+6(n−7)=0
(n−7)(n+6)=0
This gives two possible values for n:
n=7orn=−6
Since the number of vertices (n) of a polygon must be a positive integer, we reject n=−6. Therefore:
n=7
Correct Answer
The correct option is (b) 7.