document.write( "Question 1057221: the sum of two integers is 64. one integer is 20 less than twice the other. find the smaller integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #672273 by addingup(3677) You can put this solution on YOUR website! x+y = 64 \n" ); document.write( "x = 2y-20 \n" ); document.write( "2y-20+y = 64 \n" ); document.write( "3y = 84 \n" ); document.write( "y = 28 this is y, and x: \n" ); document.write( "x = 2y-20 = 2(28)-20 = 56-20 = 36 \n" ); document.write( "------------------------------ \n" ); document.write( "Check: \n" ); document.write( "28+36 = 64 Correct \n" ); document.write( ": \n" ); document.write( "john \n" ); document.write( " |