document.write( "Question 557916: How do you find the number of diagonals with just knowing the number of sides? \n" ); document.write( "
Algebra.Com's Answer #362827 by scott8148(6628) You can put this solution on YOUR website! the number of sides is the same as the number of corners (vertices)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "diagonals are lines from corner-to-corner, that aren't sides\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if there are N corners; you can draw lines from any corner, to N-1 other corners\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "but, the line from A to B is the same as the line from B to A \n" ); document.write( "___ so the number of lines is {[N(N - 1)] / 2}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "N of the lines are sides, so the number of diagonals is ___ {[N(N - 1)] / 2} - N ___ or ___ {[N(N - 3)] / 2} \n" ); document.write( " |