document.write( "Question 901759: a chemist has two saline solutions. one is 2% salt, and the other is 6% salt. how much of each solution should be mixed to make 2 liters of saline solution that is 3% salt? \n" ); document.write( "
Algebra.Com's Answer #546935 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
.06x + .02(2L-x) = .03(2L)
\n" ); document.write( " x = .01(2L)/.04, amount of 6%
\n" ); document.write( "
\n" );