document.write( "Question 478757: Consider a polygon with n sides.a)Find a mathematical equation that relates the number of diagonals in the polygon to the number of sides.b)Use your equation to find, 1)The number of diagonals if the polygon has 17 sides.2)The number of sides if the polygon has 119 diagonals. \n" ); document.write( "
Algebra.Com's Answer #328090 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the formula for determining the number of diagonals in a polygon is: \n" ); document.write( " \n" ); document.write( "the derivation of this formula is as follows: \n" ); document.write( "each vertex in a polygon can connect to n-3 other vertices. \n" ); document.write( "the only ones it can't connect to are itself and the vertices that are adjacent to it. \n" ); document.write( "if you have a pentagon, there are 5 vertices. each one of these can connect to 2 other vertices for a total of 10 diagonals. each diagonal connects between 2 vertices, so the number of diagonals has to be divided by 2 in order to avoid double counting. \n" ); document.write( "the number of diagonals in the pentagon is therefore (5 * 2) / 2 = 5 \n" ); document.write( "a picture of your pentagon is shown below. \n" ); document.write( "explanations are below the picture. \n" ); document.write( " ![]() \n" ); document.write( "point A connects to C and D \n" ); document.write( "point B connects to D and E \n" ); document.write( "point C connects to E and A \n" ); document.write( "point D connects to A and B \n" ); document.write( "point E connects to B and C \n" ); document.write( "the diagonals formed are: \n" ); document.write( "AC \n" ); document.write( "AD \n" ); document.write( "BD \n" ); document.write( "BE \n" ); document.write( "CE \n" ); document.write( "CA \n" ); document.write( "DA \n" ); document.write( "DB \n" ); document.write( "EB \n" ); document.write( "EC \n" ); document.write( "that's a total of 10. \n" ); document.write( "however, \n" ); document.write( "AC and CA are the same diagonal \n" ); document.write( "AD and DA are the same diagonal \n" ); document.write( "BD and DB are the same diagonal \n" ); document.write( "BE and EB are the same diagonal \n" ); document.write( "CE and EC are the same diagonal \n" ); document.write( "cross off the duplicates and you're left with 5. \n" ); document.write( "that's why the formula for determining the number of diagonals is: \n" ); document.write( "(n*(n-3))/2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |