document.write( "Question 994429: If the measure of an angle is twenty less than the measure of its complement, what is the measure of the angle? \n" ); document.write( "
Algebra.Com's Answer #613506 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
complement=x
\n" ); document.write( "angle=x-20
\n" ); document.write( "They add to 90
\n" ); document.write( "x+x-20=90
\n" ); document.write( "2x=110
\n" ); document.write( "x=55
\n" ); document.write( "x-20=35 degrees, the angle.
\n" ); document.write( "
\n" );