document.write( "Question 548035: Can you please help me solve this problem?
\n" );
document.write( "\"A chemist mixed a 20% alcohol solution with a 12% alcohol solution to obtain 200mL of a 15% alcohol solution. How many mL of the 20% solution did he use?\" \n" );
document.write( "
Algebra.Com's Answer #356711 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A chemist mixed a 20% alcohol solution with a 12% alcohol solution to obtain 200mL of a 15% alcohol solution. \n" ); document.write( "How many mL of the 20% solution did he use?\" \n" ); document.write( ": \n" ); document.write( "Let x = amt of 20% solutions required \n" ); document.write( "It states the results should be 200 ml, therefore \n" ); document.write( "(200-x) = amt of 12% required \n" ); document.write( ": \n" ); document.write( "Write a decimal equiv mixture equation \n" ); document.write( ": \n" ); document.write( ".20x + .12(200-x) = .15(200) \n" ); document.write( ".20x + 24 - .12x = 30 \n" ); document.write( ".20x - .12x = 30 - 24 \n" ); document.write( ".08x = 6 \n" ); document.write( "x = \n" ); document.write( "x = 75 ml of 20% solution \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this (200-75=125 ml of 12%) \n" ); document.write( ".20(75) + .12(125) = .15(200) \n" ); document.write( "15 + 15 = 30; confirms our solution \n" ); document.write( " |