document.write( "Question 703384: the cooling system of car has a capacity of 15 liters. If the system is currently filled with a mixture that is 40% anitfreeze, how much if this mixture should be drained and replaced with pure anitfreeze so that the system is filled with a solution this is 50% antifreeze? \n" ); document.write( "
Algebra.Com's Answer #433488 by nshah11(47)![]() ![]() ![]() You can put this solution on YOUR website! Assume x liters of the mixture should be drained. The x liters consists of 0.40(x) antifreeze.\r \n" ); document.write( "\n" ); document.write( "Remaining antifreeze after x liters are drained = 15(0.4) - 0.4(x)\r \n" ); document.write( "\n" ); document.write( "Assume x liters of pure antifreeze is added. If so, then total antifreeze = 6 - 0.4(x) + x = 6 + 0.6(x)\r \n" ); document.write( "\n" ); document.write( "(6 + 0.6(x))/(15) = 1/2\r \n" ); document.write( "\n" ); document.write( "12 + 1.2x = 15\r \n" ); document.write( "\n" ); document.write( "x = 2.5 liters \n" ); document.write( " |