document.write( "Question 828379: An automobile radiator contains 10 qt of a mixture of water and antifreeze that is 20% antifreeze. How much of this mixture must be drained out and replaced with pure antifreeze in order to obtain a 50% mixture in the radiator? \n" ); document.write( "
Algebra.Com's Answer #499266 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = volume of 100% antifreeze \n" ); document.write( "--- \n" ); document.write( "20*10 + 100x = 50(x + 10) \n" ); document.write( "200 + 100x = 50x + 500 \n" ); document.write( "50x = 300 \n" ); document.write( "x = 300/50 \n" ); document.write( "x = 6 \n" ); document.write( "--- \n" ); document.write( "drain 6 quarts and replace that volume with 100% antifreeze \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |