document.write( "Question 69171: How much water must be added to 100ml of 50 % acid/water solution to obtain a 30% solution. \n" ); document.write( "
Algebra.Com's Answer #49283 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
x amount of 0% acid (pure H2O)
\n" ); document.write( "(100(50%) + x(0%))/(100 + x) = 30%
\n" ); document.write( "100(0.5) + 0 = 0.3(100 + x)
\n" ); document.write( "50 = 30 + 0.3x
\n" ); document.write( "20 = 0.3x
\n" ); document.write( "200/3 = 66.6666ml = x
\n" ); document.write( "
\n" );