document.write( "Question 387294: The sum of two numbers is 53 and their difference is 25. Find the number. \n" ); document.write( "
Algebra.Com's Answer #273765 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let x = one number, so 53 - x = other number. Then x - (53 - x) = 25.
\n" ); document.write( "Or 2x - 53 = 25, or 2x = 78, or x = 39, one number, and 53 - x = 14, the other number.
\n" ); document.write( "
\n" );