document.write( "Question 615707: The customer's order came to $6.35 and the customer gave the server $20.40. What is the change? \n" ); document.write( "
Algebra.Com's Answer #387280 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
if you used a calculator, you would enter 20.40 - 6.35 and the calculator would tell you that the amount of change is equal to 14.05
\n" ); document.write( "if you did it manually, you might do something like this:
\n" ); document.write( "20.40 - 6.00 = 14.40
\n" ); document.write( "14.40 - .35 = 14.05
\n" ); document.write( "change is equal to 14.05
\n" ); document.write( "
\n" ); document.write( "
\n" );