document.write( "Question 908515: A laboratory technician needs to make a 32-liter batch of a 40% acid solution. How can the laboratory technician combine a batch of an acid solution that is pure acid with another that is 20% to get the desired concentration? \n" ); document.write( "
Algebra.Com's Answer #551074 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=32, \n" ); document.write( "100*a+20*b=40*32 \n" ); document.write( "a=32-b \n" ); document.write( "100*(32-b)+20*b=1280 \n" ); document.write( "3200-100b+20*b=1280 \n" ); document.write( "-80*b=-1920 \n" ); document.write( "b=24 \n" ); document.write( "a=32-b \n" ); document.write( "a=8 liter at 100% \n" ); document.write( "b=24 liter at 20% \n" ); document.write( "check \n" ); document.write( "100*8+20*24=40*32 \n" ); document.write( "800+480=1280 \n" ); document.write( "1280=1280 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |