document.write( "Question 783515: One solution contains 50% alcohol and another solution contains 80% alcohol. How many liters of each solution should be mixed to make 13.5 liters of a 70% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #476817 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x be the amount of 50% alcohol required. \n" ); document.write( ".50x + .80(13.5-x)=.70*13.5 \n" ); document.write( ".50x+10.8-.80x=9.45 \n" ); document.write( "-.3x=-1.35 \n" ); document.write( "x=4.5 L \n" ); document.write( "13.5-x=9.0 L \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |