document.write( "Question 251224: Two angles are complementary. The measure of one angle is 21 more than twice the measure of the other angle. Find the measures of the angles. \n" ); document.write( "
Algebra.Com's Answer #182938 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
We can call the two angles 'a' and 'b'.
\n" ); document.write( "We are told they are complementary, so:
\n" ); document.write( "a + b = 90
\n" ); document.write( "And we're told that 'a' is 21 more than twice 'b'.
\n" ); document.write( "a = 2*b + 21
\n" ); document.write( ".
\n" ); document.write( "Substituting for 'a', we have:
\n" ); document.write( "2*b+21 + b = 90
\n" ); document.write( ".
\n" ); document.write( "Collecting like terms and simplifying:
\n" ); document.write( "3b = 69
\n" ); document.write( "b = 23
\n" ); document.write( ".
\n" ); document.write( "Substituting the value of 'b' we find 'a'.
\n" ); document.write( "a = 2b + 21
\n" ); document.write( "a = 2*23 + 21
\n" ); document.write( "a = 67
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );