document.write( "Question 942753: a chemist mixes 8 l of 40% acid solution with some unknown quantity of 70% solution to get a 50% solution. How much 70% solution is used ? \n" ); document.write( "
Algebra.Com's Answer #574726 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a chemist mixes 8 l of 40% acid solution with some unknown quantity of 70% solution to get a 50% solution. How much 70% solution is used ? \n" ); document.write( "*** \n" ); document.write( "l=liter \n" ); document.write( "let x=amt of 70% solution used \n" ); document.write( "40%*8+70%x=50%(8+x) \n" ); document.write( "3.2+.70x=4+.50x \n" ); document.write( ".20x=0.80 \n" ); document.write( "x=4 \n" ); document.write( "amt of 70% solution used=4 l \n" ); document.write( " |