document.write( "Question 865125: A triangle has an angle that measures 95°. The other two angles are in a ratio of 3:14. What are the measures of those two angles? \n" ); document.write( "
Algebra.Com's Answer #521521 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A triangle has an angle that measures 95°. The other two angles are in a ratio of 3:14. What are the measures of those two angles? \n" ); document.write( "*** \n" ); document.write( "let x=one of the two angles \n" ); document.write( "let y=other angle \n" ); document.write( "x+y=180-95=85˚ \n" ); document.write( "y=85-x \n" ); document.write( "x/y=3/14=x/(85-x) \n" ); document.write( "14x=3(85-x) \n" ); document.write( "14x=255-3x \n" ); document.write( "17x=255 \n" ); document.write( "x=15 \n" ); document.write( "y=85-x=70 \n" ); document.write( "measures of those two angles: 15˚ and 70˚ \n" ); document.write( " |