document.write( "Question 2207: The measure of an angle is 28 degrees greater than it's compliment. Find the measure of each angle. \n" ); document.write( "
Algebra.Com's Answer #940 by clhudson(2)\"\" \"About 
You can put this solution on YOUR website!
let x = the angle
\n" ); document.write( "x-28= complement the sum of complementary angles equal 90 degrees
\n" ); document.write( "therefore x+(x-28)=90
\n" ); document.write( " 2x-28=90
\n" ); document.write( " 2x=118
\n" ); document.write( " x=59 angle is 59, complement is (59-28)=31
\n" ); document.write( "
\n" );