document.write( "Question 846173: the sum of two numbers is 73
\n" );
document.write( " The difference when the smaller number is subtracted from the larger number is 3.
\n" );
document.write( " Find the two numbers \n" );
document.write( "
Algebra.Com's Answer #521432 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=73 \n" ); document.write( "a-b=3 \n" ); document.write( "2a=76 \n" ); document.write( "a=38 \n" ); document.write( "b=35\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |