document.write( "Question 8491: how many sides a convex polygan have if it has 35 distinct diagnals. \n" ); document.write( "
Algebra.Com's Answer #4701 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Assume it is a convex polygon with n sides\r \n" ); document.write( "\n" ); document.write( " For each vertex v, there are n-3 possible diagonals passing through v. \n" ); document.write( " (except the two adjacent vertices & v itself) \n" ); document.write( " \n" ); document.write( " Since a diagonal (a line segment was counted twice from the two end \n" ); document.write( " vertices), totally there are n(n-3)/2 = 35 diagonals.\r \n" ); document.write( "\n" ); document.write( " Solve n(n-3)= 70, or n^2 - 3n - 70 = 0 \n" ); document.write( " Factoring (n-10)(n+7) = 0. \n" ); document.write( " So n = 10 or n = -7(Illegal)\r \n" ); document.write( "\n" ); document.write( " Answer : n = 10\r \n" ); document.write( "\n" ); document.write( " Forget another terribly wrong answer,\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |