document.write( "Question 911511: How many liters of a 8% salt solution must be mixed with 18 liters of a 32% salt solution to obtain a 20% salt solution \n" ); document.write( "
Algebra.Com's Answer #553134 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Shortcut \n" ); document.write( "20 is the average of 8 and 32 so we need equal amounts of each.\r \n" ); document.write( "\n" ); document.write( "We have 18 liter of 32% solution \n" ); document.write( "We want to add some 8% solution to make 20% solution \n" ); document.write( "0.08*x+0.32*18=0.2(18+x) \n" ); document.write( "0.08*x+5.76=3.6+0.2x \n" ); document.write( "0.08x-0.2x=3.6-5.76 \n" ); document.write( "-0.12x=-2.16 \n" ); document.write( "x=18 liter at 8% (1.44) is added to 18 liter at 32%(5.76) to make 20% of 36 liter(7.2) \n" ); document.write( "check \n" ); document.write( "0.08*18+0.32*18=0.2(18+18) \n" ); document.write( "1.44+5.76=0.2(36) \n" ); document.write( "7.2=7.2 \n" ); document.write( "ok \n" ); document.write( "codemixadd\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |