document.write( "Question 532691: Half the difference between two numbers is 2. The sum of the greater number and twice the smaller number is 3. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #350900 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Half the difference between two numbers is 2. The sum of the greater number and twice the smaller number is 3. Find the numbers. \n" ); document.write( "----- \n" ); document.write( "(1/2)(x-y) = 2 \n" ); document.write( "x + 2y = 3 \n" ); document.write( "----- \n" ); document.write( "Modify: \n" ); document.write( "x - y = 4 \n" ); document.write( "x + 2y= 3 \n" ); document.write( "----- \n" ); document.write( "subtract and solve for \"y\": \n" ); document.write( "3y = -1 \n" ); document.write( "y = -1/3 \n" ); document.write( "---- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x = y+4 \n" ); document.write( "x = 3 2/3 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |