document.write( "Question 964672: The sum of two numbers is six. if one number is subtracted from the other the result is two. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #589502 by addingup(3677)![]() ![]() You can put this solution on YOUR website! a+b= 6, a= 6-b \n" ); document.write( "a-b=2 Substitute for a: \n" ); document.write( "6-b-b= 2 \n" ); document.write( "-2b= 2-6 \n" ); document.write( "-2b= -4 Divide both sides by -2 \n" ); document.write( "b= 2 Now we know number b is 2 Let's find a: \n" ); document.write( "a+2= 6 \n" ); document.write( "a= 6-2 \n" ); document.write( "a= 4 \n" ); document.write( "proof: \n" ); document.write( "4+2= 6 \n" ); document.write( "4-2= 2 \n" ); document.write( " \n" ); document.write( " |