document.write( "Question 332460: Find the measure of an angle whose supplement measures 43 degrees more than twice its complement \n" ); document.write( "
Algebra.Com's Answer #238235 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the angle be x deg \n" ); document.write( "supplement will be 180-x \n" ); document.write( "complement will be 90-x \n" ); document.write( ".. \n" ); document.write( "supplement = 2(complement )+43\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "180-x=2(90-x)+43 \n" ); document.write( "180-x=180-2x+43 \n" ); document.write( "2x-x=43 \n" ); document.write( "x=43 deg \n" ); document.write( " |