document.write( "Question 956257: jerome mixes a solution that is 8% alcohol with a solution that is 14% alcohol to make 600 milliliters of a solution that is 12% alcohol. How many milliliters of each solution does he mix together? \n" ); document.write( "
Algebra.Com's Answer #584220 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! jerome mixes a solution that is 8% alcohol with a solution that is 14% alcohol to make 600 milliliters of a solution that is 12% alcohol. How many milliliters of each solution does he mix together? \n" ); document.write( "*** \n" ); document.write( "let x=amt of 8% solution to mix \n" ); document.write( "600-x=amt of 14% solution to mix \n" ); document.write( ".. \n" ); document.write( "8%x+14%(600-x)=12%*600 \n" ); document.write( ".08x+84-.14x=72 \n" ); document.write( ".06x=12 \n" ); document.write( "x=200 \n" ); document.write( "600-x=400 \n" ); document.write( "amt of 8% solution to mix=200 ml \n" ); document.write( "amt of 14% solution to mix=400 ml \n" ); document.write( " |