document.write( "Question 353629: Two numbers have the same sum of 25. One number is 5 more than the other. Find the numbers.
\n" ); document.write( "X + 5 Y = 25
\n" ); document.write( "This is the way I set it up and can't get this to work out. Any help would be appericated.
\n" ); document.write( "

Algebra.Com's Answer #252708 by sofiyac(983)\"\" \"About 
You can put this solution on YOUR website!
first number is x, then the other number is x+5
\n" ); document.write( "x+x+5=25
\n" ); document.write( "2x+5=25
\n" ); document.write( "2x=20
\n" ); document.write( "x=10 so one number is 10 and the other is 15
\n" ); document.write( "
\n" );