document.write( "Question 1095419: Make a table for interior angles of regular polygan having 5 sides to 10 sides.
\n" );
document.write( "Derive a general formula to find the interior angle of a regular n-sided polygon. \n" );
document.write( "
Algebra.Com's Answer #709971 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Make a table for interior angles of regular polygon having 5 sides to 10 sides. \n" ); document.write( "Derive a general formula to find the interior angle of a regular n-sided polygon. \n" ); document.write( "--------------- \n" ); document.write( "Make the formula first: \n" ); document.write( "Int angles = 180*(n-2)/n where n = # of sides \n" ); document.write( "------ \n" ); document.write( "Then make a table. \n" ); document.write( "========================= \n" ); document.write( "Another method: \n" ); document.write( "Ext angles = 360/n \n" ); document.write( "Int angle = 180 - Ext angle \n" ); document.write( " \n" ); document.write( " |