document.write( "Question 630711: one polygon has three more sides than another.how many more degrees are in the sum
\n" );
document.write( "of the interior angle measures of the first polygon? \n" );
document.write( "
Algebra.Com's Answer #397107 by Alan3354(69443) You can put this solution on YOUR website! one polygon has three more sides than another.how many more degrees are in the sum \n" ); document.write( "of the interior angle measures of the first polygon? \n" ); document.write( "------------- \n" ); document.write( "n sides --> 180*(n-2) \n" ); document.write( "n+3 sides --> 180*(n+1) \n" ); document.write( "----------- \n" ); document.write( "difference = 540 degrees \n" ); document.write( " \n" ); document.write( " |