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