document.write( "Question 959519: What's the word problem for One number is eighteen less than a second number. Their sum is 48. Find both numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #586491 by satyareddy22(84) ![]() You can put this solution on YOUR website! Let the two numbers be x,y \n" ); document.write( "x-y=18------(1) \n" ); document.write( "x+y=48------(2) \n" ); document.write( "by solving 2x=66 \n" ); document.write( "=>x=33 \n" ); document.write( "substituing x=33 in either of the equation \n" ); document.write( "y=18 \n" ); document.write( " |