document.write( "Question 215279: A mixture containing 8% salt is to be mixed with 40 mL of a mixture that is 20% salt, in order to obtain a solution that is 12% salt. How much of the first solution must be used? \n" ); document.write( "
Algebra.Com's Answer #162740 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.08x+.20*40=.12(40+x)
\n" ); document.write( ".08x+8=4.8-.12x
\n" ); document.write( ".08x-.12x=4.8-8
\n" ); document.write( "-.04x=-3.2
\n" ); document.write( "x=-3.2/.04
\n" ); document.write( "x=80 ml of 8% salt is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".08*80+.20*40=.12(40+80)
\n" ); document.write( "6.4+8=.12*120
\n" ); document.write( "14.4=14.4
\n" ); document.write( "
\n" ); document.write( "
\n" );