document.write( "Question 307: The difference between the measures of two complementary angles is 58 degrees. What is the measure of the two angles if using two variables (x and y).
\n" );
document.write( "Tricia \n" );
document.write( "
Algebra.Com's Answer #149 by prabhjyot(165)![]() ![]() ![]() You can put this solution on YOUR website! complementary angles are the angles which have sun equal to 90 \n" ); document.write( "Let two angles be x and y \n" ); document.write( "so x+y=90 ----->(1) \n" ); document.write( "given that difference of the two numbers is 58 \n" ); document.write( "that means x-y=58 ----->(2) \n" ); document.write( "from equation (2) x=58+y \n" ); document.write( "now putting the value of x in equation in (1) \n" ); document.write( "58+y+y=90 \n" ); document.write( "58+2y=90 \n" ); document.write( "2y=90-58 \n" ); document.write( "y=16 \n" ); document.write( "now plug the value of x in either of the two equation \n" ); document.write( "we get x=74 \n" ); document.write( "Therefore two angles are x=74 and y=16 \n" ); document.write( " |