document.write( "Question 10267: Heavy cream, which is 30% butterfat, and lowfat milk, which is 2% butterfat, are added together to make 100 gallons of regular milk, which is 4% butterfat. How much of cream and low fat milk should be used?\r
\n" );
document.write( "\n" );
document.write( "This is what I have set up (i don't know if it's right...):
\n" );
document.write( ".30x + .02y = .04(100) \n" );
document.write( "
Algebra.Com's Answer #5419 by rapaljer(4671)![]() ![]() You can put this solution on YOUR website! This is correct, except that if you have two variables you will need two equations. The other equation (the easy one!) was x+ y = 100, from which you might want to solve for y = 100-x, and substitute into the other equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".30x + .02(100-x) = .04(100) \n" ); document.write( ".30x + 2 - .02x = 4 \n" ); document.write( ".28x = 2 \n" ); document.write( "x = 2/.28 = 50/7 or approximately 7.14 gallons of cream \n" ); document.write( "100-x = 92 6/7 or approximately 92.86 gallons of 2%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "R^2 at SCC \n" ); document.write( " |