document.write( "Question 1022084: What two numbers have a sum of 123 and a difference of 7? \n" ); document.write( "
Algebra.Com's Answer #637781 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
numbers are x and y
\n" ); document.write( "x+y=123
\n" ); document.write( "x-y=7
\n" ); document.write( "add them
\n" ); document.write( "2x=130
\n" ); document.write( "x=65
\n" ); document.write( "y=58
\n" ); document.write( "
\n" );