document.write( "Question 1010909: A dairyman has milk which contains 4% butterfat and cream which contains 40% butterfat. How many gallons of each should he use in order to produce 36 gallons of a mixture which contains 20% butterfat? \n" ); document.write( "
Algebra.Com's Answer #626424 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A dairyman has milk which contains 4% butterfat and cream which contains 40% butterfat. How many gallons of each should he use in order to produce 36 gallons of a mixture which contains 20% butterfat?\r \n" ); document.write( "\n" ); document.write( "let x=amt of 4% butterfat used in th mixture \n" ); document.write( "36-x=amt of 40% butterfat used in th mixture \n" ); document.write( "4%x+40%(36-x)=20%*36 \n" ); document.write( ".04x+14.4-.4x=7.2 \n" ); document.write( ".36x=7.2 \n" ); document.write( "x=20 \n" ); document.write( "36-20=16 \n" ); document.write( "amt of 4% butterfat used in th mixture= 20 gal \n" ); document.write( "amt of 40% butterfat used in th mixture= 16 gal \n" ); document.write( " |