Question
GeneralGeneralGeneral

Let Pn denote the total number of triangles formed by joining the vertices of a regular polygon having n sides.

If:

Pn+1 − Pn = 66

Find n.

Verified Answer

Number of triangles formed from n vertices:

Pn = ⁿC₃

Therefore:

Pn+1 − Pn = ⁿC₂

Given:

ⁿC₂ = 66

n(n−1)/2 = 66

n(n−1) = 132

n²−n−132 = 0

(n−12)(n+11)=0

n = 12

Final Answer

12