document.write( "Question 1145618: How many gallons of a 60% antifreeze solution must be mixed with 90 gallons of 25% antifreeze to get a mixture that is 50% antifreeze? \n" ); document.write( "
Algebra.Com's Answer #766844 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = the number of gallons of the 60% solution. \n" ); document.write( "you get .6 * x + .25 * 90 = .5 * (x + 90). \n" ); document.write( "simplify to get .6 * x + 22.5 = .5 * x + 45 \n" ); document.write( "subtract .5 * x from both sides of the equation and subtract 22.5 from both sides of the equation to get: \n" ); document.write( ".1 * x = 22.5 \n" ); document.write( "solve for x to get x = 225. \n" ); document.write( "you have 225 gallons of 60% antifreeze solution added to 90 gallons of 25% antifreeze solution. \n" ); document.write( "total gallons is 315. \n" ); document.write( "total antifreeze is .6 * 225 + .25 * 90 = 157.5 gallons of antifreeze. \n" ); document.write( "157.5/315 = .5 = 50% antifreeze in the combined solution of 315 gallons. \n" ); document.write( "your solution is that 225 gallons of 60% antifreeze solution are required. \n" ); document.write( " |