document.write( "Question 36270: what is the sum of the angles of a polygon with 22 sides? \n" ); document.write( "
Algebra.Com's Answer #22415 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! what is the sum of the angles of a polygon with 22 sides? \n" ); document.write( "SUM OF ANGLES IN A POLYGON OF N SIDES IS GIVEN BY \n" ); document.write( "S=(2N-4)*90..DEGREES \n" ); document.write( "FOR N=22 \n" ); document.write( "S=(2*22-4)*90=18*90=1620 DEGREES \n" ); document.write( " |