document.write( "Question 760100: A polygon has n sides. Two of its angles are right angles and each of the remaining angles is 144 degrees. Find the value of n. \n" ); document.write( "
Algebra.Com's Answer #462424 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Use the formula that states that the sum of the angles of an n-sided polygon is given by \n" ); document.write( "(1) S = 180*(n - 2) \n" ); document.write( "We know that the sum is \n" ); document.write( "(2) S = 90 + 90 + (n - 2)*144 where the last expression represent the fact that the remaining non-right angles (n-2) are each 144 degrees. \n" ); document.write( "Therefore setting (2) equal to (1) we get \n" ); document.write( "(3) S = 90 + 90 + (n - 2)*144 = 180*(n - 2) or \n" ); document.write( "(4) 180 = (n - 2)*(180 - 144) or \n" ); document.write( "(5) 180 = 36*(n - 2) or \n" ); document.write( "(6) n - 2 = 180/36 or \n" ); document.write( "(7) n - 2 = 5 or \n" ); document.write( "(8) n = 7 \n" ); document.write( "Answer: The polygon has seven sides. \n" ); document.write( " |