document.write( "Question 895708: A chemist has two solutions. One is 27% salt, and the other is 43% salt. How much of each solution should be mixed together to make 44mL of a solution that is 39% salt? \n" ); document.write( "
Algebra.Com's Answer #542966 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b=44,
\n" ); document.write( ".27*a+.43*b=.39*44
\n" ); document.write( "a = 11, b = 33
\n" ); document.write( "
\n" );