document.write( "Question 825164: I have 30 gallons of water, I need to add antifreeze to get a 60% water and 40% antifreeze mixture. How much antifreeze do I need to add? \n" ); document.write( "
Algebra.Com's Answer #497132 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "for a 40/60 antifreeze/water solution, to 30 gallons of pure water, add: \n" ); document.write( "x = gallons of 100% antifreeze \n" ); document.write( "--- \n" ); document.write( "0(30) + 100x = 40(x + 30) \n" ); document.write( "--- \n" ); document.write( "100x = 40x + 1200 \n" ); document.write( "60x = 1200 \n" ); document.write( "x = 20 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "add 20 gallons of 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( " |