document.write( "Question 230295: how many diagonals does a polygon with 32 sides have? and how do you figure out this type of problem? \n" ); document.write( "
Algebra.Com's Answer #170521 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how many diagonals does a polygon with 32 sides have? and how do you figure out this type of problem? \n" ); document.write( "----------------- \n" ); document.write( "You have 32 vertices. \n" ); document.write( "It takes 2 vertices to form a diagonal. \n" ); document.write( "But 2 of those vertex pairs determine sides of the polygon. \n" ); document.write( "----- \n" ); document.write( "So the number of diagonals is 32C2 - 2 = (32*31/1*2) - 2 = 494 diagonals. \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( " |