document.write( "Question 408072: A 30 liter solution is 80% antifreeze. How much water should be added to produce a solution that is 60% antifreeze?
\n" );
document.write( "I want to cross multiply, but that seems to easy. \n" );
document.write( "
Algebra.Com's Answer #287557 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 0.80*30 + 0.00*x = 0.60*(30 + x) \n" ); document.write( "24 = 18 + 0.60x \n" ); document.write( "6 = 0.60x \n" ); document.write( "x = 10 liters of water should be added. \n" ); document.write( " \n" ); document.write( " |