document.write( "Question 995584: find the measures of two complementary angles if one angle is 18 degrees more than 3 times another angle \n" ); document.write( "
Algebra.Com's Answer #614303 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! let a and b be the comp angles. \n" ); document.write( "From your question, \n" ); document.write( "a+b=90---(1)(complementary angles sum up to 90) \n" ); document.write( "a=3b+18---(2) \n" ); document.write( "put 2 in 1 \n" ); document.write( "3b+18+b=90 \n" ); document.write( "4b=90-18 \n" ); document.write( "4b=72 \n" ); document.write( "b=18 \n" ); document.write( "put b=18 in 2 \n" ); document.write( "a=3(18)+18 \n" ); document.write( "a=72 \n" ); document.write( "The measure of the angles are 18degree and 72degree \n" ); document.write( " |