Eric C. answered 11/16/16
Tutor
5.0
(180)
Engineer, Surfer Dude, Football Player, USC Alum, Math Aficionado
Hi Shakeya.
X = total volume of 25% EtOH
Y = total volume of 60% EtOH
The problem states that you need 200L of solution at the end, so that means that summing up the volumes of X and Y must result in 200:
X + Y = 200
Every liter of 25% alcohol contributes 0.25 liters of pure EtOH. Every liter of 60% alcohol contributes 0.60 liters of pure EtOH. You need 200L of 40% alcohol, meaning you need a grand total of:
200*0.40 = 80L of pure EtOH.
So:
X*0.25 + Y*0.60 = 80
Multiply both sides by 100 to clear up the decimals.
25X + 60Y = 8000
So your two equations are:
X + Y = 200
25X + 60Y = 8000
Hope this helps.