Question 511931
To do mixture problems you need to keep track of how much 'pure' stuff you have or need.
In 16 liters of a 50% alcohol solution, you have .5*16 = 8 liters of 'pure' alcohol.
.
Since you have a defined amount to make,  you can define your variables as follows:
x = amount of 70% alcohol to add
(16-x) = the amount of 20% alcohol to add
.
70%*x + 20%*(16-x) = 50%*16
.
.7x + .2(16-x) = 8
.
multiply by 10 to eliminate decimals
.
7x + 2(16-x) = 80
.
7x + 32 -2x = 80
.
5x = 48
.
x = 48/5 = 9 3/5
.
16-x = 80/5 - 48/5 = 32/5 = 6 2/5
.
So, you add 9 3/5 liters of of 70% and 6 2/5 liters of 20% to produce 16 liters of 50% alcohol.
.
Check the amount of 'pure' stuff to be sure this answer is correct.
.7*48/5 = 6.72
.2*32/5 = 1.28
6.72 + 1.28 = 8, which we know is the right answer from the first step.
.
Done.