document.write( "Question 246507: ten liters of 4% acid solution must be mixed with a 10% solution to get a 6% solution. How many liters of the 10% solution are needed? \n" ); document.write( "
Algebra.Com's Answer #179992 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.04*10+.10x=.06(10+x)
\n" ); document.write( ".4+.10x=.6+.06x
\n" ); document.write( ".10x-.06x=.6-.4
\n" ); document.write( ".04x=.2
\n" ); document.write( "x=.2/.04
\n" ); document.write( "x=5 liters of 10% solution is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".04*10+.10*5=.06(10+5)
\n" ); document.write( ".4+.5=.06*15
\n" ); document.write( ".9=.9
\n" ); document.write( "
\n" );