document.write( "Question 995118: Set up a system to solve. Two angles are supplementary. Twice one angle is equal to the other angle minus 36. Find the two angles? \n" ); document.write( "
| Algebra.Com's Answer #613946 by lwsshak3(11628)      You can put this solution on YOUR website! Set up a system to solve. Two angles are supplementary. Twice one angle is equal to the other angle minus 36. Find the two angles?\r \n" ); document.write( "\n" ); document.write( "let x= one of the angles \n" ); document.write( "180-x=other angle \n" ); document.write( "2(180-x)=x-36 \n" ); document.write( "360-2x=x-36 \n" ); document.write( "3x=324 \n" ); document.write( "x=108 \n" ); document.write( "180-x=72 \n" ); document.write( " one of the angles=108 \n" ); document.write( "other angle=72\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |