The number of diagonals in a certain regular polygon is equal to $2$ times the number of sides. How many sides does this polygon have?
The number of diagonals in a certain regular polygon is equal to $2$ times the number of sides. How many sides does this polygon have?
The number of diagonals in a regular polygon with "n" sides is calculated using the formula: n(n-3) / 2.
from the formula d = n • (n – 3) / 2
given d = 2 • n
2n = n • (n – 3) / 2
2n = (n2 – 3n) / 2
4n = n2 – 3n
n2 = 7n
n = 7
.