document.write( "Question 702388: if 20 pounds of sea water contains 1.6 pounds of salt, how many pounds of pure water must be added to produce a mixture containing 5% salt? \n" ); document.write( "
Algebra.Com's Answer #432962 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! if 20 pounds of sea water contains 1.6 pounds of salt, how many pounds of pure water must be added to produce a mixture containing 5% salt? \n" ); document.write( ": \n" ); document.write( "The amt of salt remains the same \n" ); document.write( "let x = amt of water added \n" ); document.write( "1.6 = .05(x+20) \n" ); document.write( "1.6 = .05x + 1 \n" ); document.write( "1.6 - 1 = .05x \n" ); document.write( "x = .6/.05 \n" ); document.write( "x = 12 lb of water added \n" ); document.write( " |