document.write( "Question 911975: how many gallons of 1/2% milk [1/2% fat]should be mixed with 24 gallons of 2% milk [2% fat to produce a mixture that is 1% fat \n" ); document.write( "
Algebra.Com's Answer #553479 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! We have 24 gal of 2% milk fat \n" ); document.write( "We want to add some 0.5% milk fat to make 1% milk fat \n" ); document.write( "0.005*x+0.02*24=0.01(24+x) \n" ); document.write( "0.005*x+0.48=0.24+0.01x \n" ); document.write( "0.005x-0.01x=0.24-0.48 \n" ); document.write( "-0.005x=-0.24 \n" ); document.write( "x=48.0 gal at 0.5% (0.24) is added to 24 gal at 2%(0.48) to make 1% of 72 gal(0.72) \n" ); document.write( "check \n" ); document.write( "0.005*48+0.02*24=0.01(24+48) \n" ); document.write( "0.24+0.48=0.01(72) \n" ); document.write( "0.72=0.72 \n" ); document.write( "ok \n" ); document.write( "codemixadd \n" ); document.write( " \n" ); document.write( " |