document.write( "Question 1026777: A polygon has n sides.one of its interior angles is 126 while the other angles are each equal to 162,find the value of n. \n" ); document.write( "
Algebra.Com's Answer #642079 by ikleyn(52847)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A polygon has n sides. One of its interior angles is 126 while the other angles are each equal to 162. Find the value of n.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "126 + (n-1)*162 = (n-2)*180.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Left side is the sum of interior angles of the given n-gon.\r\n" );
document.write( "\r\n" );
document.write( "Right side is the sum of interior angles of the general n-gon.\r\n" );
document.write( "\r\n" );
document.write( "Solve for n and obtain the answer.\r\n" );
document.write( "\r\n" );
document.write( "126 - 162 + 2*180 = 180n -162n,\r\n" );
document.write( "\r\n" );
document.write( "324 = 18n,\r\n" );
document.write( "\r\n" );
document.write( "n = \"324%2F18\" = 18.\r\n" );
document.write( "

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