Step 1: Formula for the number of triangles
A regular polygon with n sides has n vertices. To form a single triangle, we need to choose any 3 distinct vertices from these n vertices. No 3 vertices of a regular polygon are collinear.
Therefore, the number of triangles Tn that can be formed is given by the combination formula:
Tn=(3n)=3⋅2⋅1n(n−1)(n−2)
Similarly, for a polygon with n+1 sides, the number of triangles Tn+1 is:
Tn+1=(3n+1)=3⋅2⋅1(n+1)(n)(n−1)
Step 2: Use the given algebraic condition
We are given the relation:
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).
Alternatively, expanding it out:
6(n+1)n(n−1)−6n(n−1)(n−2)=21
Factor out the common term 6n(n−1):
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
Multiply both sides by 2:
n(n−1)=42
Expand and form a quadratic equation:
n2−n−42=0
Factorize the quadratic equation:
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 sides of a polygon must be a positive integer (n≥3), we discard n=−6.
Therefore, n=7.
Correct Answer:
(d) 7