document.write( "Question 331938: the different between two positive integers is 36. one interger is three times as great as the other. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #237929 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let integers be x &y \n" ); document.write( ".. \n" ); document.write( "x-y=36 \n" ); document.write( "x=3y \n" ); document.write( ".. \n" ); document.write( "plug the value of x in the first equation \n" ); document.write( "3y-y=36 \n" ); document.write( "2y=36 \n" ); document.write( "y=18 \n" ); document.write( "x= 54 \n" ); document.write( " |