document.write( "Question 1181953: Alice stopped by a coffee shop two days in a row at a conference to buy drinks and
\n" );
document.write( "pastries. On the first day, she bought a cup of coffee and two muffins for which she
\n" );
document.write( "paid |6.87. The next day she bought two cups of coffee and three muffins (for herself
\n" );
document.write( "and a friend). Her bill was |11.25. Use the method of elimination to determine the
\n" );
document.write( "price of a cup of coffee, and the price of a muffin. Clearly explain your set-up for the
\n" );
document.write( "problem
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #811925 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Here is a different path to the solution. Not the most efficient path; but if you are good with mental arithmetic this method can allow you to solve the problem mentally. \n" ); document.write( "Given: \n" ); document.write( "2 cups of coffee and 3 muffins cost $11.25 : 2x+3y=11.25 [1] \n" ); document.write( "1 cup of coffee and 2 muffins cost $6.87 : x+2y=6.87 [2] \n" ); document.write( "Comparing those two purchases tells us \n" ); document.write( "1 cup of coffee and 1 muffin cost $11.25-$6.87 = $4.38 : x+y=4.38 [3] \n" ); document.write( "Now use elimination using [2] and [3]: multiply [3] by -1 and add to [2] to give \n" ); document.write( "y=6.87-4.38=2.49 [4] \n" ); document.write( "Then use [3] and [4] to find x=4.38-2.49=1.89 \n" ); document.write( "ANSWERS: coffee x=$1.89; muffin y=$2.49 \n" ); document.write( "Mentally, the solution goes something like this: \n" ); document.write( "2 coffees and 3 muffins cost $11.25 \n" ); document.write( "1 coffee and 2 muffins cost $6.87 \n" ); document.write( "So 1 less coffee and 1 less muffin costs $11.25=$6.87=$4.38 less \n" ); document.write( "Taking away 1 coffee and 1 muffin again leaves one muffin, at a cost of $6.87-$4.38=$2.49 \n" ); document.write( "Then the cost of the coffee is $4.38-$2.49=$1.89 \n" ); document.write( " \n" ); document.write( " |