document.write( "Question 265363: How many diagonals does a regular n-gon have?
\n" );
document.write( "
\n" );
document.write( "What are some steps I can take when trying to find the answer to the questions, like ways to approach it? \n" );
document.write( "
Algebra.Com's Answer #195134 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many diagonals does a regular n-gon have? \n" ); document.write( "---- \n" ); document.write( "The n-gon will have n vertices. \n" ); document.write( "--- \n" ); document.write( "Every pair of vertices determines a line segment. \n" ); document.write( "You have nC2 = n(n-1)/2 pairs of vertices. \n" ); document.write( "So you have n(n-1)/2 line segments determined. \n" ); document.write( "----------------------- \n" ); document.write( "n of those line segments are sides of the n-gon. \n" ); document.write( "----------------------------- \n" ); document.write( "So the number of diagonals is [n(n-1)/2] - n \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |