SOLUTION: A merchant wishes to blend 200 pounds of coffee to be worth $3.20 per pound from two types of coffee; one is worth $3.00 per pound and the other is worth $3.25 per pound. How many
Algebra ->
Customizable Word Problem Solvers
-> Mixtures
-> SOLUTION: A merchant wishes to blend 200 pounds of coffee to be worth $3.20 per pound from two types of coffee; one is worth $3.00 per pound and the other is worth $3.25 per pound. How many
Log On
Question 1030299: A merchant wishes to blend 200 pounds of coffee to be worth $3.20 per pound from two types of coffee; one is worth $3.00 per pound and the other is worth $3.25 per pound. How many pounds of each mixture should he use? Answer by Edwin McCravy(20056) (Show Source):
Let the number of pounds of cheaper coffee be x
Let the number of pounds of costlier coffee be y
Value Value
Type Number of of
of of EACH ALL
coffee pounds pound pounds
-------------------------------------------
cheaper x $3.00 $3.00x
costlier y $3.25 $3.25y
-------------------------------------------------
mixture 200 $3.20 200($3.20) = $640.00
The first equation comes from the "Number of pounds" column.
x + y = 200
The second equation comes from the last column.
3.00x + 3.25y = 640.00
Get rid of decimals by multiplying every term by 100:
300x + 325y = 64000
So we have the system of equations:
.
We solve by substitution. Solve the first equation for y:
x + y = 200
y = 200 - x
Substitute (200 - x) for y in 300x + 325y = 64000
300x + 325(200 - x) = 64000
300x + 65000 - 325x = 64000
-25x + 65000 = 64000
-25x = -1000
x = 40 = the number of pounds of cheaper.
Substitute in y = 200 - x
y = 200 - (40)
y = 160 pounds of costlier.
Checking: 40 pounds of cheaper is $120.00 and 160
pounds of costlier is $520.00
That's 200 pounds of mixed coffee.
And indeed $120.00 + $520.00 = $640.00
Edwin