Bunuel
How many liters of pure alcohol must be added to a 40-liter solution that is 10% alcohol by volume in order to double the alcohol proportion?
A. 4
B. 5
C. 10
D. 20
E. 40
We start with a 40-liter solution that is 10% alcohol
So, there are
4 liters of pure alcohol in the ORIGINAL 40 liters.
Let x = the number of liters of pure alcohol that we will add to the ORIGINAL mixture.
So,
4 + x = the number of liters in the RESULTING mixture.
Also, since we are adding x liters to the original 40 liters, the RESULTING mixture has a total volume of
40 + xWe want the resulting mixture to be 20% alcohol.
So we can write: (
4 + x)/(
40 + x) = 20%
In other words: (
4 + x)/(
40 + x) = 20/100
In other words: (
4 + x)/(
40 + x) = 1/5
Cross multiply to get: 5(4 + x) = 1(40 + x)
Expand: 20 + 5x = 40 + x
So: 5x = 20 + x
So: 4x = 20
Sol x = 5
Answer: B
Cheers,
Brent