document.write( "Question 200566: How would you solve a mixture problem, for example. John wants to make a 100 ml of 5% alcohol solution mixing a quantity of a 2% alcohol solution with a 7% alcohol solution. What are the quantities of each of the two solutions (2% and 7%) he has to use? \n" ); document.write( "
Algebra.Com's Answer #150835 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! .02x+.07(100-x)=.05(100) \n" ); document.write( ".02x+7-.07x=5 \n" ); document.write( "-.05x=-2 \n" ); document.write( "x=2/.05 \n" ); document.write( "x=40ml of 5% solution \n" ); document.write( " |