document.write( "Question 950885: The sum of two integers is 19 and their difference is 11. What is the smaller of the two integers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #580662 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the numbers be x and y. \n" ); document.write( "Then we have x+y=19........equation 1 \n" ); document.write( "We also have x-y=11........equation 2 \n" ); document.write( "Adding we get 2x=30 \n" ); document.write( "x=15 \n" ); document.write( "y=4 \n" ); document.write( "The smaller of the two integers is 4. \n" ); document.write( " |