document.write( "Question 225811: The radiator of Mark's 2003 Chevrolet holds 16 quarts. It is now filled with 20% antifreeze solution. How many quarts must Mark drain and replace with pure antifreeze for the radiator to contain a 50% antifreeze solution?\r
\n" );
document.write( "\n" );
document.write( "Note: You have only pure antifreeze available to add. You may not drain the entire radiator and fill it with 50% solution. \n" );
document.write( "
Algebra.Com's Answer #168348 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The radiator of Mark's 2003 Chevrolet holds 16 quarts. It is now filled with 20% antifreeze solution. How many quarts must Mark drain and replace with pure antifreeze for the radiator to contain a 50% antifreeze solution? \n" ); document.write( ". \n" ); document.write( "Let x = amount drained and replaced with 100% antifreeze \n" ); document.write( "then \n" ); document.write( "16-x = amount of 20% antifreeze solution \n" ); document.write( ". \n" ); document.write( ".20(16-x) + x = .50(16) \n" ); document.write( "3.2-.20x + x = 8 \n" ); document.write( "3.2+ .8x = 8 \n" ); document.write( ".8x = 4.8 \n" ); document.write( "x = 6 quarts \n" ); document.write( " |