document.write( "Question 897886: A chemist needs 10 liters of a 50% salt solution. all she has available is a 20% salt solution and a 70% salt solution. how much of each of the two solutions should she mix to obtain her desired solution? \n" ); document.write( "
Algebra.Com's Answer #544408 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b=10,
\n" ); document.write( "0.2*a+0.7*b=0.5*10
\n" ); document.write( "a=10-b
\n" ); document.write( "0.2*(10-b)+0.7*b=5
\n" ); document.write( "2-0.2b+0.7*b=5
\n" ); document.write( "0.5*b=3
\n" ); document.write( "b=6
\n" ); document.write( "a=10-b
\n" ); document.write( "a=4 b=6
\n" ); document.write( "
\n" ); document.write( "
\n" );