document.write( "Question 881985: Two angles are complementary. The measure of one angle is 3° more than one-half of the measure of the other. Find the measure of each angle. \n" ); document.write( "
Algebra.Com's Answer #532651 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two angles are complementary. The measure of one angle is 3° more than one-half of the measure of the other. Find the measure of each angle. \n" ); document.write( "let x=one of the angles \n" ); document.write( "90-x=other angle \n" ); document.write( ".. \n" ); document.write( "90-x=x/2+3 \n" ); document.write( "180-2x=x+6 \n" ); document.write( "3x=120 \n" ); document.write( "x=40 \n" ); document.write( "90-x=50 \n" ); document.write( "one of the angles=40˚ \n" ); document.write( "other angle=50˚ \n" ); document.write( ".. \n" ); document.write( " |