document.write( "Question 205368This question is from textbook Longman Mathematics for IGCSE Book 1
\n" );
document.write( ": There are two polygons. The larger one has three times as many sides as the smaller one, and its angle sum is four times bigger. How many sides has the smaller polygon? \n" );
document.write( "
Algebra.Com's Answer #155066 by alicealc(293) ![]() You can put this solution on YOUR website! if a polygon has x sides, then each angle of this polygon is: \n" ); document.write( "180 - (360/x) \n" ); document.write( "the angle sum of this polygon \n" ); document.write( "= x * (180 - (360/x)) \n" ); document.write( "= 180x - 360\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let: \n" ); document.write( "number of smaller polygon's side = a \n" ); document.write( "angle sum of smaller polygon = 180a - 360 \n" ); document.write( "number of larger polygon's side = b \n" ); document.write( "angle sum of larger polygon = 180b - 360\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b = 3a \n" ); document.write( "180b - 360 = 4 * (180a - 360) \n" ); document.write( "180*(3a) - 360 = 720a - 1440 \n" ); document.write( "540a - 360 = 720a - 1440 \n" ); document.write( "1440 - 360 = 720a - 540a \n" ); document.write( "1080 = 180a \n" ); document.write( "a = 1080/180 = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, the smaller polygon has 6 sides \n" ); document.write( " |