document.write( "Question 21810: a chemist needs 10 liters of a 50% salt solution. all that is available is a 20% salt solution and a 70% salt solution. how much of each of the 2 solutions should she mix to obtain her desired solution?
\n" );
document.write( "a) 5 liters of the 20% solution; 5 liters of the 70% solution
\n" );
document.write( "b) 3 liters of the 20% solution; 7 liters of the 70% solution
\n" );
document.write( "c) 2 liters of the 20% solution; 8 liters of the 70% solution
\n" );
document.write( "d) 4 liters of the 20% solution; 6 liters of the 70% solution \n" );
document.write( "
Algebra.Com's Answer #10525 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! 20x+70(10-x)=50(10) \n" ); document.write( "20x+700-70x=500 \n" ); document.write( "-50x=-200 \n" ); document.write( "x=4 \n" ); document.write( "10-4=6 \n" ); document.write( "Hence, for 20% there should be 4L of solution added and for 70% there should be 6L if solution added \n" ); document.write( " |