document.write( "Question 364488: For each of the convex polygons of n sides, find the
\n" );
document.write( "measure of the largest interior angle.\r
\n" );
document.write( "\n" );
document.write( "a. n=10, the smallest interior angle measures 100 degrees
\n" );
document.write( "and the angles increase in an arithmetic
\n" );
document.write( "sequence.
\n" );
document.write( "b. n=5, the measures of the angles are labeled x,
\n" );
document.write( "y, z, u, v, where is of y = 2x , z is 3/5 of y, u is 4/5 of z , and v = z.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #259909 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi, \n" );
document.write( "Sum of the angles in a convex polygons of n sides is 180(n-2) degrees \n" );
document.write( "n = 10 \n" );
document.write( "180° * 8 = 1440° \n" );
document.write( "smallest is 100° & angles increase in an arithmetic sequence. \n" );
document.write( "S = (n/2)(2a + (n-1)d) \n" );
document.write( "1440 = 5 (200 + 9d) \n" );
document.write( "288 = 200 + 9d \n" );
document.write( "88 = 9d \n" );
document.write( " \n" );
document.write( " \n" );
document.write( " \r \n" );
document.write( "\n" );
document.write( "n= 5 \n" );
document.write( "180° * 3 = 540° \n" );
document.write( "540° = x + y + z + u + v \n" );
document.write( "540° = x + 2x + (3/5)2x + (4/5)(3/5)2x + (3/5)2x \n" );
document.write( "simplify and solve for x \n" );
document.write( "25* 540° = x + 2x + + (6/5)x + (24/25)x + (6/5)x \n" );
document.write( "25* 540° = 25x + 50x + + 30x + 24x + 30x \n" );
document.write( "25*540 = 159x \n" );
document.write( "84.9 = x \n" );
document.write( "largest is 2x = 169.8 degrees \n" );
document.write( " |
\n" );