document.write( "Question 388798: find the number of diagonals that can be drawn by joining the vertices of a nonagon \n" ); document.write( "
Algebra.Com's Answer #275209 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
The formula is \"d+=+%28n%28n-3%29%29%2F2\". Then the number of diagonals that can drawn by joining the vertices of a nonagon (9-gon) is 9*6/2 = 54/2 = 27. \n" ); document.write( "
\n" );