document.write( "Question 355138: How many gallons of milk containing 4% fat is mixed with milk containing 1% fat to obtain a 15 gallon mixture containing 2% fat? \n" ); document.write( "
Algebra.Com's Answer #253675 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "Let x be the total amount of the 4% milk. The (15-x) would be the eamount of the 1% Milk \n" ); document.write( ". \n" ); document.write( "question states** \n" ); document.write( ".04x + .01(15-x) = .02*15gal \n" ); document.write( ". \n" ); document.write( "simplify and solve \n" ); document.write( ".04x - .01x + .01*15 = .02*15gal \n" ); document.write( ". \n" ); document.write( ".03x = .01*15gal \n" ); document.write( ". \n" ); document.write( "x = .15/.03 \n" ); document.write( ". \n" ); document.write( "x = 5 gal \n" ); document.write( ". \n" ); document.write( "check your answer \n" ); document.write( ".04*5 + .01*10 = .2 + .1 = .3 = .02*15 \n" ); document.write( " |