document.write( "Question 406771: Find the number of diagonals for a polygon with N sides. IF N= 20 \n" ); document.write( "
\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