document.write( "Question 19590: Find two positive integers whose sum is 48, and whose sum also equals twice their difference. What is the smaller and lager integer? \n" ); document.write( "
Algebra.Com's Answer #9467 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! Let the two numbers be x and y \n" ); document.write( "then x+y=48....[1] \n" ); document.write( "and x+y=2(x-y)...[2] \n" ); document.write( "
|