document.write( "Question 1175629: Given a right triangle, find the measures of all the angles, in degrees, if one angle is a right angle and the measure of the second angle is six less than seven times the measure of the third angle. \n" ); document.write( "
Algebra.Com's Answer #801273 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
First angle = 90
\n" ); document.write( "Second angle = x
\n" ); document.write( "Third angle = 90 - x
\n" ); document.write( "
\n" ); document.write( "x = 7(90 - x) - 6
\n" ); document.write( "
\n" ); document.write( "x + 6 = 7(90 - x)
\n" ); document.write( "
\n" ); document.write( "x + 6 = 630 - 7x
\n" ); document.write( "
\n" ); document.write( "8x = 624
\n" ); document.write( "
\n" ); document.write( "x = 78
\n" ); document.write( "
\n" ); document.write( "First angle = 90
\n" ); document.write( "Second angle = x = 78
\n" ); document.write( "Third angle = 90 - x = 90 - 78 = 12
\n" ); document.write( "
\n" );