document.write( "Question 1164700: How many sides are there in a polygon if the number of sides equals the number of diagonals? \n" ); document.write( "
Algebra.Com's Answer #789110 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the number of diagonals is equal to the number of sides times (number of sides - 3) / 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when n = 3, the number of diagonals is equal to 3 * (3 - 3) / 2 = 0
\n" ); document.write( "when n = 4, the number of diagonals is equal to 4 * (4 - 3) / 2 = 1
\n" ); document.write( "when n = 5, the number of diagonals is equal to 5 * (5 - 3) / 2 = 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your answer is that the number of sides equals the number of diagonals when the number of sides = 5.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );