document.write( "Question 1101274: What do you call a regular polygon if it’s exterior angle is twice the interior angle? ( show working)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #715815 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number of sides n \n" ); document.write( "360/n is size of exterior angle. \n" ); document.write( "(n-2)/n *180 is size of internal angle \n" ); document.write( "360/n=(n-2)/n*360, multiplying the internal angle by 2 \n" ); document.write( "The n in the denominator cancels \n" ); document.write( "360=360n-720 \n" ); document.write( "1080=360n \n" ); document.write( "n=3, a triangle, whose internal angles are 60 deg (if regular) and external angles are 120 deg. \n" ); document.write( " |