document.write( "Question 161532: A farmer wants to mix milk containing 6% butterfat with 2 quarts of cream that is 15% butterfat to obtain a mixture that is 12% butterfat. How much milk containing 6% butterfat must he use? \n" ); document.write( "
Algebra.Com's Answer #119000 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.06x+.15*2=.12(x+2)
\n" ); document.write( ".06x+.3=.12x+.24
\n" ); document.write( ".06x-.12x=.24-.3
\n" ); document.write( "-.06x=-.06
\n" ); document.write( "x=-.06/-.06
\n" ); document.write( "x=1 quart of 6% butterfat is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".06*1+.15*2=.12(1+2)
\n" ); document.write( ".06+.3=.12*3
\n" ); document.write( ".36=.36\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );