document.write( "Question 478745: find the angle if its supplement is three times of its complement?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #328018 by mananth(16946) You can put this solution on YOUR website! angle = x \n" ); document.write( "supplement = 180-x \n" ); document.write( "complement = 90-x\r \n" ); document.write( "\n" ); document.write( "180-x=3(90-x) \n" ); document.write( "180-x=270-3x \n" ); document.write( "-2x=-90 \n" ); document.write( "x=45 deg \n" ); document.write( " |