document.write( "Question 858604: Monico needs to mix a 20% alcohol solution with a 60% alcohol solution to create 200 milliliters of a 24% solution. How many milliliters of each solution must Monico use?\r
\n" );
document.write( "\n" );
document.write( "Answer: Monico must mix
\n" );
document.write( "______ milliliters of 20% solution and
\n" );
document.write( "______ milliliters of 60% solution.\r
\n" );
document.write( "\n" );
document.write( "How much alcohol is in each solution?
\n" );
document.write( "There are _______ milliliters of alcohol in the 20% solution.
\n" );
document.write( "There are __________ milliliters of alcohol in the 60% solution.
\n" );
document.write( "There are __________ milliliters of alcohol in the 24% solution. \n" );
document.write( "
Algebra.Com's Answer #517275 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Monico needs to mix a 20% alcohol solution with a 60% alcohol solution to create 200 milliliters of a 24% solution. How many milliliters of each solution must Monico use? \n" ); document.write( "Answer: Monico must mix \n" ); document.write( "___180___ milliliters of 20% solution and \n" ); document.write( "___20___ milliliters of 60% solution. \n" ); document.write( "How much alcohol is in each solution? \n" ); document.write( "There are ___36____ milliliters of alcohol in the 20% solution. \n" ); document.write( "There are ____12______ milliliters of alcohol in the 60% solution. \n" ); document.write( "There are ____48______ milliliters of alcohol in the 24% solution. \n" ); document.write( "*** \n" ); document.write( "let x=amt of 20% solution to mix \n" ); document.write( "200-x=amt of 60% solution to mix \n" ); document.write( "20%x+60%(200-x)=24%*200 \n" ); document.write( ".20x+120-.60x=48 \n" ); document.write( ".40x=72 \n" ); document.write( "x=180 \n" ); document.write( "200-x=20 \n" ); document.write( "amt of 20% solution to mix=180 ml \n" ); document.write( "amt of 60% solution to mix=20 ml \n" ); document.write( " |