document.write( "Question 210192This question is from textbook
\n" );
document.write( ": how do i solve this its say angle a and angle b are complementary and i need to find angle a and b
\n" );
document.write( "angle a=3x-7
\n" );
document.write( "angle b=11x-1 \n" );
document.write( "
Algebra.Com's Answer #158898 by Alan3354(69443) You can put this solution on YOUR website! how do i solve this its say angle a and angle b are complementary and i need to find angle a and b \n" ); document.write( "angle a=3x-7 \n" ); document.write( "angle b=11x-1 \n" ); document.write( "----------------- \n" ); document.write( "Complementary angles total 90º, so you make another equation: \n" ); document.write( "a+b = 90 \n" ); document.write( "-------- \n" ); document.write( "3x-7 + 11x-1 = 90 \n" ); document.write( "14x-8 = 90 \n" ); document.write( "14x = 82 \n" ); document.write( "x = 41/7 degrees \n" ); document.write( " |