document.write( "Question 406771: Find the number of diagonals for a polygon with N sides. IF N= 20 \n" ); document.write( "
Algebra.Com's Answer #286944 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "Note: # of Diagonals = n(n-3)/2
\n" ); document.write( "Recommend putting info like this on a 'condensed' fact sheet.
\n" ); document.write( " n = 20
\n" ); document.write( " 20(17)/2 = 170 \n" ); document.write( "
\n" );