document.write( "Question 1033760: A dairy keeps two kinds of milk on hand, skim milk that has 0.2% butterfat and whole
\n" );
document.write( "milk that has 3.4% butterfat. How many gallons of each type of milk does a company
\n" );
document.write( "need to produce 260 gallons of 1% milk for a grocery store? \n" );
document.write( "
Algebra.Com's Answer #648409 by ikleyn(52863) You can put this solution on YOUR website! . \n" ); document.write( "A dairy keeps two kinds of milk on hand, skim milk that has 0.2% butterfat and whole \n" ); document.write( "milk that has 3.4% butterfat. How many gallons of each type of milk does a company \n" ); document.write( "need to produce 260 gallons of 1% milk for a grocery store? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let \"x\" be the volume of the 0.2% butterfat milk needed.\r\n" ); document.write( "\r\n" ); document.write( "Then the volume of the 3.4% butterfat milk needed is (260-x).\r\n" ); document.write( "\r\n" ); document.write( "The butterfat content equation is\r\n" ); document.write( "\r\n" ); document.write( "0.002x + 0.034*(260-x) = 260*0.01.\r\n" ); document.write( "\r\n" ); document.write( "Multiply both sides by 1000. You will get an equivalent equation\r\n" ); document.write( "\r\n" ); document.write( "2x + 34*(260-x) = 2600.\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve it:\r\n" ); document.write( "\r\n" ); document.write( "2x + 8840 - 34x = 2600,\r\n" ); document.write( "-32x = 2600 - 8840 = -6240,\r\n" ); document.write( "\r\n" ); document.write( "x =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |