document.write( "Question 235942: how many sides are in a polygon if its interior angles sum up to 1,800 degrees, n=?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #173774 by Alan3354(69443) You can put this solution on YOUR website! how many sides are in a polygon if its interior angles sum up to 1,800 degrees, n=? \n" ); document.write( "------------ \n" ); document.write( "Sum of the angles = 180*(n-2) \n" ); document.write( "180*(n-2) = 1800 \n" ); document.write( "n-2 = 10 \n" ); document.write( "n = 12 \n" ); document.write( " \n" ); document.write( " |