document.write( "Question 895181: Write an expression for the amount of change you will get when you pay for a purchase p with a $20 bill. make a table to find the amounts of change you will get for purchases of $11.59, $17.50, $19.00, and $20.00. \n" ); document.write( "
Algebra.Com's Answer #542621 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
Let p be the purchase price, and c be the change.
\n" ); document.write( "Expression: $20.00 - p = c
\n" ); document.write( "Table (you'll have to imagine it as a table, sorry)
\n" ); document.write( "When p is | Then C is
\n" ); document.write( "11.59 | 8.41
\n" ); document.write( "17.50 | 2.50
\n" ); document.write( "19.00 | 1.00
\n" ); document.write( "20.00 | 0.00
\n" ); document.write( "
\n" );