document.write( "Question 832480: How much water must be added to 14 liters of a 90% acid solution to obtain a 40% acid solution? \n" ); document.write( "
Algebra.Com's Answer #502058 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
from water view
\n" ); document.write( ".1*14+x=.6*(14+x)
\n" ); document.write( "x = 17.5
\n" ); document.write( "or from acid view
\n" ); document.write( ".9*14=.4*(14+x)
\n" ); document.write( "x = 17.5
\n" ); document.write( "
\n" );