document.write( "Question 1040007: In a triangle, the measure of the first angle is 15degrees more than twice the measure of the second angle. The measure of the third angle exceeds that of the second angle by 25 degree. What is the measure of each angle ? \n" ); document.write( "
Algebra.Com's Answer #654782 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
second angle is x
\n" ); document.write( "first angle is 2x+15
\n" ); document.write( "third angle is x+25
\n" ); document.write( "One can make any angle x, but I like to make the smallest x and then work from there.
\n" ); document.write( "These add to 180 degrees.
\n" ); document.write( "x+2x+15+x+25=180
\n" ); document.write( "4x+40=180
\n" ); document.write( "4x=140
\n" ); document.write( "x=35 degrees, angle 2
\n" ); document.write( "2x+15=85 degrees, angle 1
\n" ); document.write( "x+25=60 degrees, angle 3
\n" ); document.write( "They add to 180 degrees.
\n" ); document.write( "
\n" );