document.write( "Question 600009: in an n-sided polygon, two angles are right angles and each of the remaining angles is 150 degrees, find the value of n? \n" ); document.write( "
Algebra.Com's Answer #379144 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
in an n-sided polygon, two angles are right angles and each of the remaining angles is 150 degrees, find the value of n?
\n" ); document.write( "============================
\n" ); document.write( "The sum of the interior angles of an n-sided polygon is 180(n-2).
\n" ); document.write( "The sum of two of the angles is 2*90 = 180
\n" ); document.write( "The sum of the remaining n-2 angles is 150(n-2)
\n" ); document.write( "So we can write the following equation:
\n" ); document.write( "180(n-2) = 180 + 150(n-2)
\n" ); document.write( "30(n-2) = 180
\n" ); document.write( "n = 8
\n" ); document.write( "
\n" );