document.write( "Question 393707: Suppose you are given the sum and the difference of two real numbers. How can you figure out what the numbers are themselves? Explain your reasoning clearly step by step. \n" ); document.write( "
Algebra.Com's Answer #279396 by Alan3354(69443) You can put this solution on YOUR website! eg \n" ); document.write( "x - y = a \n" ); document.write( "x + y = b \n" ); document.write( "---------- Add \n" ); document.write( "2x = a+b \n" ); document.write( "x = (a+b)/2 \n" ); document.write( "------------ \n" ); document.write( "y = x - a or \n" ); document.write( "y = b - x \n" ); document.write( " |