SOLUTION: a chemist has one solution that is 30% pure salt and another is 60% pure salt. How many ouc=nces of each solution must he use to produce 60 ounces of a solution that is 50% pure sa
Algebra ->
Rectangles
-> SOLUTION: a chemist has one solution that is 30% pure salt and another is 60% pure salt. How many ouc=nces of each solution must he use to produce 60 ounces of a solution that is 50% pure sa
Log On
Question 500357: a chemist has one solution that is 30% pure salt and another is 60% pure salt. How many ouc=nces of each solution must he use to produce 60 ounces of a solution that is 50% pure salt? Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Do it like this:
------------
how many liters of a 70% acid solution must be mixed with a 15% acid solution to get 385L of a 60% acid solution?
-------------------
s = amount of 70%
f = amount of 15%
-------
s + f = 385 (total solution)
0.7s + 0.15f = 0.6*385 (total acid)
-------
f = 385 - s
Sub for f in 2nd equation
0.7s + 0.15(385-s) = 231
70s + 5775 - 15s = 23100
55s = 17325
s = 315 liters of 70%
------------
f = 70