document.write( "Question 478149: please help me solve this question: each interior angle of a regular polygon is four times the measure of each exterior angle. how many diagonals does the polygon have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #327622 by Theo(13342)![]() ![]() You can put this solution on YOUR website! each interior angle is equal to 4 times the exterior angle. \n" ); document.write( "ia = interior angle \n" ); document.write( "ea = exterior angle \n" ); document.write( "ie ea = x then ia = 4x \n" ); document.write( "now the interior angle of a polygon and its exterior angle are supplementary. \n" ); document.write( "this means that ia + ea = 180 \n" ); document.write( "this means that 4x + x = 180 which means that 5x = 180 which means that x = 36 degrees which means that 4x = 144 degrees. \n" ); document.write( "ea = 36 degrees \n" ); document.write( "ia = 144 degrees \n" ); document.write( "now the sum of the exterior angles of a polygon is always equal to 360 degrees. \n" ); document.write( "if you divide 360 by 36 you get 10. \n" ); document.write( "this means that the polygon has 10 sides. \n" ); document.write( "it's a decagon. \n" ); document.write( "so far so good. \n" ); document.write( "now you want to determine how many diagonals the decagon has. \n" ); document.write( "the formula for determining the number of diagonals in a polygon is: \n" ); document.write( "d = n(n-3)/2 \n" ); document.write( "d is the number of diagonals \n" ); document.write( "n is the number of sides. \n" ); document.write( "if it's a triangle, then the number of diagonals is equal to 3*0/2 = 0 \n" ); document.write( "if it's a quadrilateral, then the number of diagonals is 4*1/2 = 2 \n" ); document.write( "pentagon = 5*2/2 = 5 \n" ); document.write( "hexagon = 6*3/2 = 9 \n" ); document.write( "septagon = 7*4/2 = 14 \n" ); document.write( "octagon = 8*5/2 = 20 \n" ); document.write( "nonagon or enneagon (9 sides) = 9*6/2 = 27 \n" ); document.write( "decagon = 10*7/2 = 35 \n" ); document.write( "the decagon will have 35 diagonals. \n" ); document.write( " \n" ); document.write( " |