document.write( "Question 1052326: A dairy keeps two kinds of milk on hand, skim milk that has 0.3% butterfat and whole milk that has 3.8% butter fat. How many gallons of each type of milk does a company need to produce 380 gallons of 1% milk for a grocery store? \n" ); document.write( "
Algebra.Com's Answer #667699 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
0.003x+0.038(380-x) = 0.01(380)
\n" ); document.write( "0.003x+14.44-0.038x = 3.8
\n" ); document.write( "-0.035x = -10.64
\n" ); document.write( "x = 304
\n" ); document.write( "304 gallons of 0.3% with 76 gallons of 3.8% to get 380 gall at 1%
\n" ); document.write( "
\n" );