document.write( "Question 556823: what is the maximum number of diagonals can be drawn in a n-sided polygon?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #362248 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "An n-sided polygon has n sides and n vertices.\r\n" ); document.write( "\r\n" ); document.write( "Every diagonal and every side of the polygon is the line segment \r\n" ); document.write( "connecting a combination of two vertices. \r\n" ); document.write( "\r\n" ); document.write( "Every combination of 2 vertices uniquely represents either a side\r\n" ); document.write( "or a diagonal. \r\n" ); document.write( "\r\n" ); document.write( "Derivation of the formula:\r\n" ); document.write( "\r\n" ); document.write( "1. First we get the number of sides and diagonals by getting the\r\n" ); document.write( " number of combinations of n vertices taken 2 at a time:\r\n" ); document.write( "\r\n" ); document.write( " C(n,2) =\n" ); document.write( " |