document.write( "Question 333345: A chemist has 35% NaCl solution and 50% NaCl solution. How many liters of each should he mix to get 10L of NaCl solution with 40% base concentration? \n" ); document.write( "
Algebra.Com's Answer #238857 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 35% NaCl solution let this be x L \n" ); document.write( "50% NaCl solution. this will be 10-x\r \n" ); document.write( "\n" ); document.write( "mix to get 40% 10 L\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "0.35x+0.5(10-x)=0.4*10 \n" ); document.write( "0.35x+5-0.5x=4 \n" ); document.write( "-0.15x=-1 \n" ); document.write( "x=-1/0.15 \n" ); document.write( "= 6.66 L 35% solution \n" ); document.write( "Balance 3.34 L will be 50% solution\r \n" ); document.write( "\n" ); document.write( "CHECK \n" ); document.write( "6.66*35+3.34*50 = 40*10 \n" ); document.write( " |