document.write( "Question 185487: Solve Problems Using Linear Systems
\n" );
document.write( "9. Milk and cream contain different percents of butterflat. How much 3% milk needs to be mixed with how much 15% cream to give 20 L of 6% cream?
\n" );
document.write( "(answers are: 15 L of 3% milk, 5 L of 15% cream, but i dont know how to solve it?) \n" );
document.write( "
Algebra.Com's Answer #139144 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Milk and cream contain different percents of butterfat. How much 3% milk needs to be mixed with how much 15% cream to give 20 L of 6% cream? \n" ); document.write( "--------------------- \n" ); document.write( "Equation: \n" ); document.write( "fat + fat = fat \n" ); document.write( "0.03x + 0.15(20-x) = 0.06*20 \n" ); document.write( "3x + 15*20 - 15x = 6*20 \n" ); document.write( "-12x = -9*20 \n" ); document.write( "x = (3/4)*20 \n" ); document.write( "x = 15 L (amt. of 3% milk in the mixture) \n" ); document.write( "20-x = 5 L (amt. of 15% cream in the mixture) \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |