Question

Difficulty: HardCombinations

A convex polygon has 5454 diagonals. How many distinct triangles can be formed by joining any three of its vertices?

Answer: 220 triangles

Answer

220 distinct triangles
Solving the equation for the number of diagonals n(n3)2=54\frac{n(n-3)}{2} = 54 yields n=12n = 12 vertices. The number of triangles that can be formed by selecting any 3 of these 12 vertices is given by (123)=12×11×106=220\binom{12}{3} = \frac{12 \times 11 \times 10}{6} = 220.

Step-by-Step Solution

1
Determine the number of vertices nn of the polygon using the diagonals formula.
n=12n = 12
The number of diagonals DD in an nn-sided convex polygon is given by D=(n2)n=n(n3)2D = \binom{n}{2} - n = \frac{n(n-3)}{2}. Setting n(n3)2=54\frac{n(n-3)}{2} = 54 gives n23n108=0n^2 - 3n - 108 = 0. Factoring (n12)(n+9)=0(n - 12)(n + 9) = 0 yields n=12n = 12 since the number of vertices must be positive.
2
Calculate the number of distinct triangles formed by choosing 3 vertices from 12.
220220
Each set of 3 distinct vertices forms one unique triangle. The order in which the vertices are chosen does not matter, so we use combinations: (123)=12×11×103×2×1=220\binom{12}{3} = \frac{12 \times 11 \times 10}{3 \times 2 \times 1} = 220.

Key Concept

Combinations applied to geometric figures and polygon properties
Estimated Time:2m 0s
Rate this question