document.write( "Question 1010237: Two angles that are suplementary differ by 27 degrees. Find the measure of the smaller of the two angles. \n" ); document.write( "
Algebra.Com's Answer #625683 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call one angle x. The other is 180-x. Then we write
\n" ); document.write( "x - (180-x) = 27
\n" ); document.write( "x - 180 + x = 27
\n" ); document.write( "2x = 207
\n" ); document.write( "x = 103.5 degrees
\n" ); document.write( "180-x = 76.5 degrees, the smaller one.
\n" ); document.write( "
\n" );