document.write( "Question 338359: How many diagonal lines are there in a 25-sided polygon? ... How do I come up with this? \n" ); document.write( "
Algebra.Com's Answer #242567 by edjones(8007)![]() ![]() You can put this solution on YOUR website! n(n-3)/2 Number of diagonals in any convex polygon. n=number of sides. \n" ); document.write( "25(25-3)/2 \n" ); document.write( "=25*22/2 \n" ); document.write( "=25*11 \n" ); document.write( "=275 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |