document.write( "Question 338654: A barrel contains 30 gallons of 40% antifreeze. How many gallons of an 80% antifreeze solution should be added to make the barrel contain 50% antifreeze? \n" ); document.write( "
Algebra.Com's Answer #242753 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A barrel contains 30 gallons of 40% antifreeze. How many gallons of an 80% antifreeze solution should be added to make the barrel contain 50% antifreeze? \n" ); document.write( ". \n" ); document.write( "Let x = gallons of 80% antifreeze added \n" ); document.write( "then \n" ); document.write( ".40(30) + .80x = .50(30+x) \n" ); document.write( "12 + .80x = 15 + .50x \n" ); document.write( "12 + .30x = 15 \n" ); document.write( ".30x = 3 \n" ); document.write( "x = 10 gallons \n" ); document.write( " \n" ); document.write( " |