document.write( "Question 325520: The measure of an angle's supplementary angle is 60 degrees more than four times the complement, what is the measure of the described angle? \n" ); document.write( "
Algebra.Com's Answer #233115 by AAfter Search(61) ![]() You can put this solution on YOUR website! Le the required angle be x degrees. \n" ); document.write( "Supplementary angle of x is 180 - x \n" ); document.write( "Complementary angle of x is 90 - x \n" ); document.write( "Given, 180 - x = 4(90 - x) + 60 \n" ); document.write( "=> 180 - x = 360 - 4x + 60 \n" ); document.write( "=> 3x = 360 + 60 - 180 = 240 \n" ); document.write( "=> x = 240/3 = 80 \n" ); document.write( "Hence, the required angle is 80 degrees. \n" ); document.write( " |