document.write( "Question 1127726: A customer purchases 5 doughnuts, 3 snowballs and 6 queen cakes from a bakery. A doughnut costs twice as much as a queen cake whilst a snowball costs R4.00 more than a queen cake. The customer hands the cashier R200.00 and receives R36.00 change.\r
\n" ); document.write( "\n" ); document.write( "1) What was the total cost for all the items?
\n" ); document.write( "2) Determine the cost of a doughnut, a snowball and a queen cake.
\n" ); document.write( "3) How much will 2 doughnuts and 1 snowball cost?
\n" ); document.write( "

Algebra.Com's Answer #744199 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
If x is the price for 1 queen cake, and total cost of the three items & quantities was 200-36=164 Rs,\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "then\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"5%2A2x%2B3%28x%2B4%29%2B6x=164\"\r
\n" ); document.write( "\n" ); document.write( "Solve and finish for the other two prices.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------
\n" ); document.write( "------
\n" ); document.write( "
\r\n" );
document.write( "ITEM         PRICE, Rs.    QUANTITY    COSTS\r\n" );
document.write( "Donut           2x           5         5*2x\r\n" );
document.write( "Snowball       x+4           3         3(x+4)\r\n" );
document.write( "Queencake       x            6         6x\r\n" );
document.write( "TOTAL Cost                             164\r\n" );
document.write( "
\n" ); document.write( "
\n" );