document.write( "Question 423843: Please help me solve the story problem : One solution contains 50% alcohol and another solution contains 80% alcohol. How many liters of each solution should be mixed to produce 10.5 liters of a 70% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #295528 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
One solution contains 50% alcohol and another solution contains 80% alcohol. How many liters of each solution should be mixed to produce 10.5 liters of a 70% alcohol solution?
\n" ); document.write( ".
\n" ); document.write( "Let x = amount (liters) of 50% solution
\n" ); document.write( "then
\n" ); document.write( "10.5-x = amount of 80% solution
\n" ); document.write( ".
\n" ); document.write( ".50x + .80(10.5-x) = .70(10.5)
\n" ); document.write( ".50x + 8.4 - .80x = 7.35
\n" ); document.write( ".50x - .80x = -1.05
\n" ); document.write( "-.30x = -1.05
\n" ); document.write( "x = 3.5 liters (50% alcohol)
\n" ); document.write( ".
\n" ); document.write( "80% alcohol:
\n" ); document.write( "10.5-x = 10.5-3.5 = 7 liters
\n" ); document.write( "
\n" );