document.write( "Question 329009: Two angles are supplementary. THe larger angle is 45 degrees more than twice the smaller angle. Find the two angles. \n" ); document.write( "
Algebra.Com's Answer #235742 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let smaller angle be x \n" ); document.write( "larger angle = 45+2x \n" ); document.write( ".. \n" ); document.write( "x+45+2x=180 \n" ); document.write( "3x+45=180 \n" ); document.write( "3x=180-45 \n" ); document.write( "3x=135 \n" ); document.write( "x=45 deg the smaller angle \n" ); document.write( "the larger angle = 135 deg \n" ); document.write( " |