document.write( "Question 1017368: Two angles of a polygon are right angle and the remaining are 120 each.find the no. Of sides in it
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #633649 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Two angles of a polygon are right angle and the remaining are 120 each.find the no. Of sides in it \n" ); document.write( "---------- \n" ); document.write( "Sum of angles = 2*90 + (n-2)*120 \n" ); document.write( "Sum = 180*(n-2) = 180 + n*120 - 240 \n" ); document.write( "180n - 360 = 120n - 60 \n" ); document.write( "60n = 300 \n" ); document.write( "n = 5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |