document.write( "Question 431840: Find the measure of an angle that is three times its complement.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #299586 by mananth(16949) You can put this solution on YOUR website! let the complement be x \n" ); document.write( "Angle = 3x \n" ); document.write( "x+3x=90 \n" ); document.write( "4x=9 \n" ); document.write( "x=90/4 \n" ); document.write( "x=22.5 \n" ); document.write( "The angle = 3*22.5 = 67.5 \n" ); document.write( " |