document.write( "Question 622371: How much water should be added to 50 ml of 25% acid solution to dilute it to 10% acid solution \n" ); document.write( "
Algebra.Com's Answer #391357 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! How much water should be added to 50 ml of 25% acid solution to dilute it to 10% acid solution \n" ); document.write( ". \n" ); document.write( "Let x = amount (ml) of water added \n" ); document.write( "then \n" ); document.write( ".25(50) = .10(50+x) \n" ); document.write( "12.5 = .5 + .10x \n" ); document.write( "12 = .10x \n" ); document.write( "12/.10 = x \n" ); document.write( "120 ml = x \n" ); document.write( " \n" ); document.write( " |