document.write( "Question 458931: how many gallons of 70% anifreeze solution must be mixed with 70 gallons of 15% antifreeze to get a mixture that is 60% antifreeze? \n" ); document.write( "
Algebra.Com's Answer #314794 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! how many gallons of 70% anifreeze solution must be mixed with 70 gallons of 15% antifreeze to get a mixture that is 60% antifreeze? \n" ); document.write( "========================================================== \n" ); document.write( "Let x = the number of gallons of 70% antifreeze solution \n" ); document.write( "Then the number of gallons of antifreeze making up the mixture will be: \n" ); document.write( "0.7x + 0.15*70 = 0.6*(x+70) \n" ); document.write( "0.7x + 10.5 = 0.6x + 42 \n" ); document.write( "Solve for x: \n" ); document.write( "0.1x = 31.5 \n" ); document.write( "x = 315 \n" ); document.write( "So, we need 315 gallons of 70% antifreeze solution \n" ); document.write( " \n" ); document.write( " |