Question

Difficulty: MediumSystems of Linear Equations

A coffee shop sells two sizes of bagged coffee: a standard bag and a deluxe bag. On Monday, the shop sold 88 standard bags and 55 deluxe bags for a total of $108\$108. On Tuesday, the shop sold 66 standard bags and 1010 deluxe bags for a total of $156\$156. What is the price, in dollars, of one deluxe bag of coffee?

Answer: 12 dollars

Answer

The price of one deluxe bag of coffee is 1212 dollars.
By setting up a system of equations, we represent the total cost on Monday as 8s+5d=1088s + 5d = 108 and on Tuesday as 6s+10d=1566s + 10d = 156. Multiplying the first equation by 22 gives 16s+10d=21616s + 10d = 216. Subtracting the second equation yields 10s=6010s = 60, so s=6s = 6. Substituting s=6s = 6 into the first equation yields 8(6)+5d=1088(6) + 5d = 108, which simplifies to 48+5d=10848 + 5d = 108, then 5d=605d = 60, and finally d=12d = 12.

Step-by-Step Solution

1
Define the variables and write the system of equations.
Let ss be the price of a standard bag and dd be the price of a deluxe bag. The system is:
8s+5d=1088s + 5d = 108
6s+10d=1566s + 10d = 156
To translate the word problem into mathematical equations.
2
Multiply the first equation by 22 to align the coefficients of dd.
16s+10d=21616s + 10d = 216
To prepare for elimination of the variable dd.
3
Subtract the second equation from the new equation to solve for ss.
10s=6010s = 60, which simplifies to s=6s = 6.
To eliminate dd and find the price of a standard bag.
4
Substitute the value of ss back into one of the original equations to solve for dd.
8(6)+5d=108    48+5d=108    5d=60    d=128(6) + 5d = 108 \implies 48 + 5d = 108 \implies 5d = 60 \implies d = 12.
To find the price of a deluxe bag.

Key Concept

Solving systems of linear equations using the elimination method.
Estimated Time:1m 30s
Rate this question