document.write( "Question 150833: Systems of Equations and Inequalities
\n" );
document.write( "i) Problem: The students from algebra class go for coffee together every day at 9:00 AM. On Monday, Jordan paid $5.45 for three cartons of milk, four cups of coffee, and seven doughnuts. On Tuesday, Ryan paid $5.30 for four milks, two coffees, and eight doughnuts. On Wednesday, Zack paid $5.15 for two milks, five coffees, and six doughnuts.
\n" );
document.write( "(1) Set up a system of equations to model this scenario.
\n" );
document.write( "(2) Determine the cost of one carton milk, one coffee, and one doughnut by solving the system.
\n" );
document.write( "(3) If on Thursday, Taylor had to pay for five milks, two coffees and nine doughnuts, then how much did he spend?
\n" );
document.write( "(4) Explain the problem and the steps to solve this problem\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #110762 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 3m + 4c + 7d = 5.45 \n" ); document.write( "4m + 2c + 8d = 5.30 \n" ); document.write( "2m + 5c + 6d = 5.15 \n" ); document.write( "------------------------- \n" ); document.write( "subtract 3rd equation from 1st to get: \n" ); document.write( "m - c + d = 0.30 \n" ); document.write( "4m + 2c + 8d = 5.30 \n" ); document.write( "2m + 5c + 6d = 5.15 \n" ); document.write( "----------------------- \n" ); document.write( "subtract 4 times 1st from 2nd; \n" ); document.write( "subtract 2 times 1st from 3rd: \n" ); document.write( "m - c + d = 0.30 \n" ); document.write( "0 + 6c + 4d = 4.10 \n" ); document.write( "0 + 7c + 4d = 4.55 \n" ); document.write( "---------------------- \n" ); document.write( "interchange 2nd and 3rd to get: \n" ); document.write( "m - c + d = 0.30 \n" ); document.write( "0 + 7c + 4d = 4.55 \n" ); document.write( "0 + 6c + 4d = 4.10 \n" ); document.write( "------------------------ \n" ); document.write( "subtract 3rd from 2nd to get: \n" ); document.write( "m - c + d = 0.30 \n" ); document.write( "0 + c + 0 = 0.45 \n" ); document.write( "0 + 6c + 4d = 4.10 \n" ); document.write( "---------------------- \n" ); document.write( "At this point you can see that c = 0.45 \n" ); document.write( "------------- \n" ); document.write( "Subtitute that into the 3rd equation to solve for \"d\": \n" ); document.write( "6(0.45) + 4d = 4.10 \n" ); document.write( "2.7 + 4d = 4.10 \n" ); document.write( "4d = 1.40 \n" ); document.write( "d = 0.35 \n" ); document.write( "---------------- \n" ); document.write( "Substitute the values of c and d into the 1st equation to solve for \"m\": \n" ); document.write( "m - 0.45 + 0.35 = 0.30 \n" ); document.write( "m - 0.10 = 0.30 \n" ); document.write( "m = 0.40 \n" ); document.write( "----------------- \n" ); document.write( "one mild costs 40 cents \n" ); document.write( "one coffee costs 45 cents \n" ); document.write( "one doughnut costs 35 cents \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |