document.write( "Question 1160938: A housewife purchases 5 liters of milk, 3 loaves of bread and 6 cans of tuna. She gives the cashier R200 and receives R54 change.\r
\n" ); document.write( "\n" ); document.write( "How much did all the items cost?\r
\n" ); document.write( "\n" ); document.write( "If a liter of milk costs R5 more than a can of tuna and a loaf of bread costs R2 less than a liter of milk, determine the cost of each item?
\n" ); document.write( "

Algebra.Com's Answer #784358 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
Let the price for the TUNA be assigned the variable, p.
\n" ); document.write( "PRICE multiplied by QUANTITY is COST.
\n" ); document.write( "The description can be fit into this table:
\n" ); document.write( "
\r\n" );
document.write( "                 PRICE        QUANTITY        COST\r\n" );
document.write( "Milk              p+5           5\r\n" );
document.write( "Bread             (p+5)-2       3\r\n" );
document.write( "Tuna              p             6\r\n" );
document.write( "TOTAL                                          146\r\n" );
document.write( "

\n" ); document.write( "You should be able to fill other information, form an equation, and solve the problem.
\n" ); document.write( "
\n" );