document.write( "Question 941097: Find the angles when the larger angle is 6 degrees more than 2times the smaller on a complementary angle \n" ); document.write( "
Algebra.Com's Answer #573688 by laoman(51)![]() ![]() You can put this solution on YOUR website! Two angles are complimentary if they sum up to 90 degrees\r \n" ); document.write( "\n" ); document.write( "let the smaller angle be x and larger angle be y \n" ); document.write( "From the first statement, y = 2*x + 6 \n" ); document.write( "Cause they are compliments, x + y = 90\r \n" ); document.write( "\n" ); document.write( "Solving the systems of equation \n" ); document.write( "2x - y = -6 \n" ); document.write( "x + y =90 \n" ); document.write( "
|