document.write( "Question 102651: A 6-quarts radiator contains a 20% antifreeze solution. How much of the solution needs to be drained out and replaced with pure antifreeze in order to raise the solution to 60% antifreeze? \n" ); document.write( "
Algebra.Com's Answer #74711 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Tricky question. \n" ); document.write( "We have to figure out what mixture of pure antifreeze must be mixed with 20% antifreeze to give a 60% soln. \n" ); document.write( "let x be the amount of 20% (.2) soln and 6-x be the amount of 100% (1) antifreeze. \n" ); document.write( "In 6 quarts of 60% antifreeze is 3.6 quarts of pure antifreeze. \n" ); document.write( ".2x+6-x=3.6 \n" ); document.write( "-.8x+6=3.6 \n" ); document.write( "-.8x=-2.4 \n" ); document.write( "x=3 \n" ); document.write( "So 3 quarts need to be drained out and replaced with 3 quarts of 100% antifreeze. \n" ); document.write( "Ed \n" ); document.write( " |