document.write( "Question 54170: How many diagonals does a 30-sided polygon have?
\n" );
document.write( "How do you find a formula to solve this? \n" );
document.write( "
Algebra.Com's Answer #36446 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many diagonals does a 30-sided polygon have? \n" ); document.write( "How do you find a formula to solve this? \n" ); document.write( "---------- \n" ); document.write( "If you know something about combinations the number \n" ); document.write( "of pairs of points is 30C2=[30)(29)/2]=15(29)=435 \n" ); document.write( "But 30 of those pairs form the sides of the polygon \n" ); document.write( "So the # of diagonals is 435-30=405 \n" ); document.write( "Try this on smaller polygons. \n" ); document.write( "For example how about a pentagon \n" ); document.write( "5C2-5 = [5*4/2]-5 sides = 10-5=5 diagonals \n" ); document.write( "A formula would look like nC2 - n = [(n)(n-1)/2 -n] or (n^2-3n)/2 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |