document.write( "Question 818655: A chemist has a 24L solution that is currently 8% sodium. How much of a second solution, that happens to be 32% sodium, should be added to the first solution in order to make a new solution that is 20% sodium? \n" ); document.write( "
Algebra.Com's Answer #492984 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! A chemist has a 24L solution that is currently 8% sodium. How much of a second solution, that happens to be 32% sodium, should be added to the first solution in order to make a new solution that is 20% sodium? \n" ); document.write( ".08*24+.32x=.2*(24+x) \n" ); document.write( "1.92+.32x=4.8+.20x \n" ); document.write( ".12x=2.88 \n" ); document.write( "x=24 \n" ); document.write( " |