document.write( "Question 347404: one of two complementary angles is 35 degrees larger than the other . What is the measure of both angles ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #248400 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Since the two angles are complementary, they add up to 90... \n" ); document.write( "If we call the first one x, then the other must be 90-x... \n" ); document.write( "Since they are 35 different, we write \n" ); document.write( "x = (90 - x) + 35 \n" ); document.write( "now solve, and get \n" ); document.write( "x = 90 - x + 35 \n" ); document.write( "x = -x + 125 \n" ); document.write( "2x = 125 \n" ); document.write( "x = 62.5 deg \n" ); document.write( "the other must be \n" ); document.write( "90 - 62.5 = 27.5 deg \n" ); document.write( " |