document.write( "Question 453639: John wants to make a 100ml of 5% alchohal solution mixing a quantity of 2% alchohal solution with a 7% solution. What is the quantity of 2% and 7%? \n" ); document.write( "
Algebra.Com's Answer #312439 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
100x5=500
\n" ); document.write( "x+y=100
\n" ); document.write( "2x+7y=500
\n" ); document.write( "2x+2y=200
\n" ); document.write( "5y=300
\n" ); document.write( "y=60
\n" ); document.write( "x=40
\n" ); document.write( "You need 40 ml of 2% solution and 60 ml of 7% solution for the required mix..
\n" ); document.write( "
\n" );