document.write( "Question 321621: what are the measures of two complementary angles if the difference in their measures is 10 \n" ); document.write( "
Algebra.Com's Answer #230302 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one angle be x \n" ); document.write( "the other will be 90-x \n" ); document.write( "their difference is 10 \n" ); document.write( ".. \n" ); document.write( "x-(90-x)=10 \n" ); document.write( "x-90+x=10 \n" ); document.write( "2x=100 \n" ); document.write( "x=50 \n" ); document.write( "the other angle is 40 deg \n" ); document.write( " |