document.write( "Question 246040: How many ml of acid would you need to add to 50ml of 30% acid solution to make a 50% acid solution? \n" ); document.write( "
Algebra.Com's Answer #179710 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! How many ml of acid would you need to add to 50ml of 30% acid solution to make a 50% acid solution? \n" ); document.write( ". \n" ); document.write( "Let x = amount (ml) of acid added \n" ); document.write( "then \n" ); document.write( "x + .30(50) = .50(50+x) \n" ); document.write( "x + 15 = 25 + .50x \n" ); document.write( ".50x + 15 = 25 \n" ); document.write( ".50x = 10 \n" ); document.write( "x = 10/.50 \n" ); document.write( "x = 20 ml \n" ); document.write( " \n" ); document.write( " |