document.write( "Question 434395: A chemist would like to produce a 30% alcohol solution. How many liters of 20% and 50% solution should be mixed in order to get 12 liters of 30% solution? \n" ); document.write( "
Algebra.Com's Answer #300953 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
0.20x + 0.50(12 - x) = 0.30*12
\n" ); document.write( "==> 0.20x + 6 - 0.50x = 3.6
\n" ); document.write( "==> -0.30x = -2.4
\n" ); document.write( "==> x = 8 liters of the 20%, and
\n" ); document.write( "12-x = 4 liters of the 50%.
\n" ); document.write( "
\n" );