document.write( "Question 922696: how many milliliters of pure water must be added to 60 milliliters of a 20 percent salt solution to make a 12percent salt solution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #559673 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how many milliliters of pure water must be added to 60 milliliters of a 20 percent salt solution to make a 12percent salt solution? \n" ); document.write( "*** \n" ); document.write( "let x=amt of pure water to be added \n" ); document.write( "20%*60=12%(60+x) \n" ); document.write( "12=7.2+.12x \n" ); document.write( ".12x=4.8 \n" ); document.write( "x=40 \n" ); document.write( "amt of pure water to be added=40 milliliters \n" ); document.write( " |