document.write( "Question 899683: A chemist has 50ml of a solution with 20% concentration of acid. How many ml of pure acid must be added to increase the concentration to 30%? \n" ); document.write( "
Algebra.Com's Answer #545551 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 1*x+0.2*50=0.3(50+x) \n" ); document.write( "1*x+10=15+0.3x \n" ); document.write( "1x-0.3x=15-10 \n" ); document.write( "0.7x=5 \n" ); document.write( "x=7.14285714 \n" ); document.write( "check \n" ); document.write( "1*7.14285714+0.2*50=0.3(50+7.14285714) \n" ); document.write( "7.14285714+10=0.3(57.1428571) \n" ); document.write( "17.1428571=17.1428571 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |