document.write( "Question 336504: Suppose that the interior angles of a convex pentagon are five consecutive numbers. What is the measure of the largest angle? \n" ); document.write( "
Algebra.Com's Answer #241203 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 180(n-2)=sum of the interior angles of a polygon. n=number of sides \n" ); document.write( "Let the consecutive numbers be x, x+1, x+2, x+3, x+4. \n" ); document.write( "5x+10=180(5-2) \n" ); document.write( "...=180*3 \n" ); document.write( "...=540 \n" ); document.write( "5x+10=540 \n" ); document.write( "5x=530 \n" ); document.write( "x=106 \n" ); document.write( "x+4=110 degrees the largest angle. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |