document.write( "Question 1076747: An irregular eight sided polygon has three of its interior angles equal to 2x each,four angles equal to x each and one angle equal to 100 degrees.Calculate the value of x \n" ); document.write( "
Algebra.Com's Answer #691364 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! For an N-sided polygon, the interior angles sum to (N-2)*180 degrees (think about how many triangles you can draw inside the N-sided polygon). \r \n" ); document.write( "\n" ); document.write( "You have N=8 so the interior angles sum to (6*180) = 1080 degrees.\r \n" ); document.write( "\n" ); document.write( "\"three of its interior angles equal to 2x each,four angles equal to x each and one angle equal to 100 degrees\" \n" ); document.write( "means: \n" ); document.write( " 3(2x) + 4(x) + 100 = 1080\r \n" ); document.write( "\n" ); document.write( "Can you solve for x? \n" ); document.write( " |