document.write( "Question 361705: find the angle if the sum of its complement and supplement is 14 more than twice the difference of its supplement and complement. \n" ); document.write( "
| Algebra.Com's Answer #257823 by mananth(16946)     You can put this solution on YOUR website! find the angle if the sum of its complement and supplement is 14 more than twice the difference of its supplement and complement.\r \n" ); document.write( "\n" ); document.write( "let angle be x \n" ); document.write( "complement = 90-x \n" ); document.write( "supplement = 180-x \n" ); document.write( ".. \n" ); document.write( "(90-x)+(180-x)=2((180-x)-(90-x))+14 \n" ); document.write( "... \n" ); document.write( "270-2x=2(180-x-90+x)+14 \n" ); document.write( "270-2x=2(90)+14 \n" ); document.write( "270-2x=180+14 \n" ); document.write( "-2x=-270+194 \n" ); document.write( "-2x=-76 \n" ); document.write( "x=38 degrees \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |