document.write( "Question 402045: A solution contains 3% salt. How much water should be added to 20 ounces of this solution to make a 1.2% solution? \n" ); document.write( "
Algebra.Com's Answer #284451 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
A solution contains 3% salt. How much water should be added to 20 ounces of this solution to make a 1.2% solution?
\n" ); document.write( ".
\n" ); document.write( "Let x = amount (ounces) of water to add
\n" ); document.write( "then
\n" ); document.write( ".03(20) = .012(20+x)
\n" ); document.write( "0.6 = .24 + .012x
\n" ); document.write( "0.36 = .012x
\n" ); document.write( "30 ounces = x
\n" ); document.write( "
\n" );