document.write( "Question 350102: If the complement of an angle is 6° less than one-third of its supplement, find the measure of the angle. \n" ); document.write( "
Algebra.Com's Answer #250219 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let angle be x \n" ); document.write( "complement = 90-x \n" ); document.write( "supplement = 180-x \n" ); document.write( ".... \n" ); document.write( "90-x = 1/3 (180-x)-6 \n" ); document.write( "3(90-x)=180-x\r \n" ); document.write( "\n" ); document.write( "270-3x=180-x \n" ); document.write( "270-180+6=3x-x \n" ); document.write( "96=2x \n" ); document.write( "x=48 \n" ); document.write( " \n" ); document.write( " |