document.write( "Question 1070182: One angle of a triangle is 20degrees° greater than the smallest angle, and the third angle is 40degrees° less than twice the smallest angle. Find the measures of the three angles.\r
\n" );
document.write( "\n" );
document.write( "Two complementary angles are (9x−2)degrees° and (5x+8)degrees°. Find their measures.
\n" );
document.write( "(9x−2)degrees°equals= (Simplify your answer. Type an integer or a fraction.)\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #685311 by addingup(3677)![]() ![]() You can put this solution on YOUR website! the angle of every triangle add up to 180 degrees. \n" ); document.write( "let the smallest angle be x. \n" ); document.write( "one angle: x+20 \n" ); document.write( "a third: 2x-40 \n" ); document.write( "------------------------ \n" ); document.write( "x+x+20+2x-40 = 180 \n" ); document.write( "4x-20 = 180 \n" ); document.write( "4x = 200 \n" ); document.write( "x = 50 \n" ); document.write( "-------------------------- \n" ); document.write( "smallest angle: 50 \n" ); document.write( "another angle: 50+20 = 70 \n" ); document.write( "a third: 2(50)-40 = 60 \n" ); document.write( "50+70+60 = 180 Correct \n" ); document.write( " |