document.write( "Question 585310: Vince need 12 quarts of a 60% anti-freeze solution. He will continue an amount of 100% anti-freeze with an amount of a 50% anti-freeze solution. How many quarts of each solution should be mixed to make the required amount of the 60% anti-freeze solution? \n" ); document.write( "
Algebra.Com's Answer #373271 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Vince need 12 quarts of a 60% anti-freeze solution. He will continue an amount of 100% anti-freeze with an amount of a 50% anti-freeze solution. How many quarts of each solution should be mixed to make the required amount of the 60% anti-freeze solution? \n" ); document.write( ". \n" ); document.write( "Let x = amount (quarts) of 100% solution \n" ); document.write( "then \n" ); document.write( "12-x = amount (quarts) of 50% solution \n" ); document.write( ". \n" ); document.write( "x + .50(12-x) = .60(12) \n" ); document.write( "x + 6-.50x = 7.2 \n" ); document.write( ".50x + 6 = 7.2 \n" ); document.write( ".50x = 1.2 \n" ); document.write( "x = 2.4 quarts of 100% solution \n" ); document.write( ". \n" ); document.write( "50% solution: \n" ); document.write( "12-x = 12-2.4 = 9.6 quarts of 50% solution \n" ); document.write( " \n" ); document.write( " |