document.write( "Question 974028: A pharmacist has an 18% bleach solution. How much of this solution and how much water must be mixed together to make 10 liters of a 12% solution? \n" ); document.write( "
Algebra.Com's Answer #596056 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A pharmacist has an 18% bleach solution. How much of this solution and how much water must be mixed together to make 10 liters of a 12% solution? \n" ); document.write( "*** \n" ); document.write( "let x=amt of water to mix with bleach \n" ); document.write( "10-x=amt of 18% bleach to mix with water \n" ); document.write( "18%(10-x)=12%*10 \n" ); document.write( "1.8-.18x=1.2 \n" ); document.write( ".18x=0.6 \n" ); document.write( "x=3 1/3 \n" ); document.write( "10-x=6 2/3 \n" ); document.write( "amt of water to mix with bleach =3 1/3 liters \n" ); document.write( "amt of 18% bleach to mix with water=6 2/3 liters \n" ); document.write( " |