document.write( "Question 901239: The sum of the complement and the supplement of an angle is 148 degrees, what is the angle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #546584 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the complement and the supplement of an angle is 148 degrees, what is the angle? \n" ); document.write( "*** \n" ); document.write( "let x=angle \n" ); document.write( "90-x=complement of the angle \n" ); document.write( "180-x=supplement of the angle \n" ); document.write( ".. \n" ); document.write( "90-x+180-x=148 \n" ); document.write( "2x=270-148=122 \n" ); document.write( "x=61˚ \n" ); document.write( " |