Question 28778
The number of diagonals in a polygon is given by {{{(n*(n-3))/2}}} where n is the number of sides
So for a Octagog which has 8 sides {{{8*5/2}}} = 4*5 = 20
Can you solve from here?