document.write( "Question 425549: A chemist has 100 milliliters of a solution that contains a 20% concentration of acid. How many milliliters of pure acid must be added in order to increase the concentration of the solution to 50%? \n" ); document.write( "
Algebra.Com's Answer #296275 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
------------- percent ----------------quantity
\n" ); document.write( "acid solution 20 ----------------100
\n" ); document.write( "pure acid 100 ----------------x
\n" ); document.write( "Total 50 ---------------- 100+x
\n" ); document.write( "............
\n" ); document.write( "20*100+100*x=50(100+x)
\n" ); document.write( "
\n" ); document.write( "2000+100x=5000+50x
\n" ); document.write( "100x-50x=5000-2000
\n" ); document.write( "50x=3000
\n" ); document.write( "/50
\n" ); document.write( "x= 60 ml 100%acid solution
\n" ); document.write( "
\n" ); document.write( "
\n" );