document.write( "Question 488103: How much water should be added to 20mL of 13% alcohol solution to reduce the concentration to 10%? \n" ); document.write( "
Algebra.Com's Answer #333263 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How much water should be added to 20mL of 13% alcohol solution to reduce the concentration to 10% \n" ); document.write( "** \n" ); document.write( "let x=ml of water to be added to 20 ml of 13% solution. \n" ); document.write( "x+20= ml of 10% solution \n" ); document.write( "13%*20=10%*(x+20) \n" ); document.write( "2.6=0.1x+2 \n" ); document.write( "0.1x=0.6 \n" ); document.write( "x=6 ml \n" ); document.write( " |