document.write( "Question 762814: how many liters of water must be added to 80 liters of a 40% salt solution to produce a solution that is 25% salt? \n" ); document.write( "
Algebra.Com's Answer #464208 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
how many liters of water must be added to 80 liters of a 40% salt solution to produce a solution that is 25% salt?
\n" ); document.write( "***
\n" ); document.write( "let x=amount of water to add
\n" ); document.write( "40%*80+0%x=25%(80+x)
\n" ); document.write( "32=20+.25x
\n" ); document.write( ".25x=12
\n" ); document.write( "x=48
\n" ); document.write( "amount of water to add=48 liters
\n" ); document.write( "
\n" );