document.write( "Question 847514: The sum of two numbers is 4500, while their difference is 10. Find the smaller number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #510496 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! x+y = 4500 \n" ); document.write( "x-y = 10 (notice we are saying y is the smaller number) \n" ); document.write( "------------ \n" ); document.write( "0 + 2y = 4490\r \n" ); document.write( "\n" ); document.write( "2y = 4490\r \n" ); document.write( "\n" ); document.write( "y = 2245\r \n" ); document.write( "\n" ); document.write( "Check:\r \n" ); document.write( "\n" ); document.write( "2245 + 2255 = 4500 \n" ); document.write( "2255 - 2245 = 10 \n" ); document.write( " |