document.write( "Question 466640: A saline solution is 20% salt. How many gallons of water must be added to dilute the mixture to 8 gals of a 15% saline solution? \n" ); document.write( "
Algebra.Com's Answer #319904 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A saline solution is 20% salt. How many gallons of water must be added to dilute the mixture to 8 gals of a 15% saline solution. \n" ); document.write( "... \n" ); document.write( "let x=gal. of water to be added \n" ); document.write( "8-x =gal. of 20% solution \n" ); document.write( ".. \n" ); document.write( "20%(8-x)=15%(8) \n" ); document.write( "1.6-.2x=1.2 \n" ); document.write( ".2x=.4 \n" ); document.write( "x=2 \n" ); document.write( "ans: \n" ); document.write( "2 gallons of water must be added to dilute the mixture to 8 gals of a 15% saline solution. \n" ); document.write( " |