document.write( "Question 453183: How many milliliters of a 32% alcohol solution must be added to 6 milliliters of a 12% alcholol solution to produce a 22% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #312442 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
.32x+.12(6)=.22(x+6)
\n" ); document.write( ".32x+.72=.22x+1.32
\n" ); document.write( ".1x=.6
\n" ); document.write( "x=.6/.1=6
\n" ); document.write( "You need 6 ml of 32% alcohol to produce the desired solution..
\n" ); document.write( "
\n" );