document.write( "Question 899249: how would i set this problem up? a chemist has a 25% hydrochloric acid solution and a 50% hydrochloric acid solution. how many liters of each should she mix to get 10 liters of a hydrochloric acid solution with 40% acid concentration? \n" ); document.write( "
Algebra.Com's Answer #545280 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=10, \n" ); document.write( "0.25*a+0.5*b=0.4*10 \n" ); document.write( "a=10-b \n" ); document.write( "0.25*(10-b)+0.5*b=4 \n" ); document.write( "2.5-0.25b+0.5*b=4 \n" ); document.write( "0.25*b=1.5 \n" ); document.write( "b=6 \n" ); document.write( "a=10-b \n" ); document.write( "a=4 b=6 \n" ); document.write( "check \n" ); document.write( "0.25*4+0.5*6=0.4*10 \n" ); document.write( "1+3=4 \n" ); document.write( "4=4 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |