document.write( "Question 912543: In a polygon, no three diagonals are concurrent. If the total number of point of intersection of diagonals interior to the polygon is 70, then the number of diagonals of the polygon is: \n" ); document.write( "
Algebra.Com's Answer #553930 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "I'm going to assume that your polygon is convex, not concave.\r\n" );
document.write( "\r\n" );
document.write( "Every convex quadrilateral has 2 diagonals which \r\n" );
document.write( "intersect in 1 interior point.  Every combination of 4 vertices\r\n" );
document.write( "determines a convex quadrilateral, contributing one diagonal\r\n" );
document.write( "intersection point.\r\n" );
document.write( "\r\n" );
document.write( "So the formula for the number of such points, since none are\r\n" );
document.write( "concurrent, is the number of combinations of four vertices.\r\n" );
document.write( "\r\n" );
document.write( "So the equation is\r\n" );
document.write( "\r\n" );
document.write( "C(n,4) = 70\r\n" );
document.write( "\r\n" );
document.write( "\"n%28n-1%29%28n-2%29%28n-3%29%2F%284%2A3%2A2%2A1%29=70\"\r\n" );
document.write( "\r\n" );
document.write( "\"%28n%5E4-6n%5E3%2B11n%5E2-6n%29%2F24=70\"\r\n" );
document.write( "\r\n" );
document.write( "\"n%5E4-6n%5E3%2B11n%5E2-6n=1680\"\r\n" );
document.write( "\r\n" );
document.write( "\"n%5E4-6n%5E3%2B11n%5E2-6n-1680=0\"\r\n" );
document.write( "\r\n" );
document.write( "Using synthetic division, we can factor the polynomial \r\n" );
document.write( "completely as\r\n" );
document.write( "\r\n" );
document.write( "\"%28n-8%29%28n%2B5%29%28n%5E2-3n%2B42%29+=+0\"\r\n" );
document.write( "\r\n" );
document.write( "Only the solution n=8 is applicable.\r\n" );
document.write( "\r\n" );
document.write( "Answer: The polygon has 8 sides.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );