document.write( "Question 368887: The supplement of an angle measures 40 degres more than twice its complement. Find the measure of the angle \n" ); document.write( "
Algebra.Com's Answer #262861 by robertb(5830) You can put this solution on YOUR website! let x be the angle. Then \n" ); document.write( "180 - x = 2(90-x)+40, \n" ); document.write( "180-x = 180-2x+40, \n" ); document.write( "-x = -2x+40, \n" ); document.write( "2x-x = 40, or \n" ); document.write( "x = 40. \n" ); document.write( " |