document.write( "Question 844099: The measure of one angle of a triangle is 56. The measure of the other two angles is in a ratio of 1:3. Find the measure of the other two. \n" ); document.write( "
Algebra.Com's Answer #508562 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The measure of one angle of a triangle is 56. The measure of the other two angles is in a ratio of 1:3. Find the measure of the other two.
\n" ); document.write( "***
\n" ); document.write( "let x= one of two angles
\n" ); document.write( "let y= other angle
\n" ); document.write( "x+y+56=180
\n" ); document.write( "x+y=180-56=124
\n" ); document.write( "y=124-x
\n" ); document.write( "\"x%2Fy=1%2F3=x%2F%28124-x%29\"
\n" ); document.write( "3x=124-x
\n" ); document.write( "4x=124
\n" ); document.write( "x=31
\n" ); document.write( "y=124-x=93
\n" ); document.write( "measure of the other two angles: 31˚ and 93˚
\n" ); document.write( "
\n" );