document.write( "Question 441687: hoe many line segments are determined by the n vertices of an n-gon? of these, how many are diagnols? \n" ); document.write( "
Algebra.Com's Answer #304791 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! hoe many line segments are determined by the n vertices of an n-gon? of these, how many are diagnols? \n" ); document.write( "--- \n" ); document.write( "Each pair of vertices determines a line. \n" ); document.write( "# of line segments determined = nC2 = (n(n-1))/2 \n" ); document.write( "------------------------------------- \n" ); document.write( "# of sides + number of diagonals = (n(n-1))/2 \n" ); document.write( "--- \n" ); document.write( "number of diagonals = (n(n-1))/2 - n \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |