document.write( "Question 4474: In a triangle, the measure of the first angle is twice the measure of the second angle. The measure of the thurd angle is 20 degrees less than the second angle. What is the measure of each angle? \n" ); document.write( "
Algebra.Com's Answer #2428 by Abbey(339)\"\" \"About 
You can put this solution on YOUR website!
Let the first angle = x
\n" ); document.write( "let the second angle =2x
\n" ); document.write( "let the third angle = 2x-20\r
\n" ); document.write( "\n" ); document.write( "the total measure of the angles of a triangle is 180 degrees:
\n" ); document.write( "180=x+2x+(2x-20)
\n" ); document.write( "180=5x-20
\n" ); document.write( "200=5x
\n" ); document.write( "x=40\r
\n" ); document.write( "\n" ); document.write( "so the first angle measures 40 degrees
\n" ); document.write( "the second is twice that, or 80 degrees
\n" ); document.write( "and the third is the second angle minus 20, or 60 degrees.
\n" ); document.write( "
\n" );