document.write( "Question 451239: The difference of two numbers is 45. When the larger number is divided by the smaller number the quotient is 10. what is the numbers \n" ); document.write( "
Algebra.Com's Answer #310327 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! m-n=45 \n" ); document.write( "m/n=10 \n" ); document.write( "----------------- \n" ); document.write( "m=10n \n" ); document.write( "10n-n=45 \n" ); document.write( "9n=45 \n" ); document.write( "n=5 \n" ); document.write( "m=50 \n" ); document.write( "The larger number is 50; the smaller number is 5.. \n" ); document.write( " |