document.write( "Question 394503: The measure of an interior angle of a regular polygon is given which is 90. find the number of sides in each polygon \n" ); document.write( "
Algebra.Com's Answer #279917 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! It is known that \n" ); document.write( "The sum of the interior angles of a \"n\" sided polygon is =(n-2)*180 \n" ); document.write( "-- \n" ); document.write( "assuming that all the interior angles are equal, then a single interior angle will measure (n-2)*180/n \n" ); document.write( "== \n" ); document.write( "Since you state that the interior angle is 90 then \n" ); document.write( "(n-2)*180/n=90 \n" ); document.write( "180n-360=90n \n" ); document.write( "90n=360 \n" ); document.write( "n=4 \n" ); document.write( " |