document.write( "Question 934168: A chef is using a mixture of two brands of Italian dressing. The first brand contains
\n" );
document.write( "10%
\n" );
document.write( " vinegar, and the second brand contains
\n" );
document.write( "14%
\n" );
document.write( " vinegar. The chef wants to make
\n" );
document.write( "220
\n" );
document.write( " milliliters of a dressing that is
\n" );
document.write( "11%
\n" );
document.write( " vinegar. How much of each brand should she use? \n" );
document.write( "
Algebra.Com's Answer #567274 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A chef is using a mixture of two brands of Italian dressing. The first brand contains 10% vinegar, and the second brand contains 14% vinegar. The chef wants to make 220 milliliters of a dressing that is 11% vinegar. How much of each brand should she use? \n" ); document.write( "------------- \n" ); document.write( "Equation: \n" ); document.write( "vinegar + vinegar = vinegar \n" ); document.write( "---- \n" ); document.write( "0.10x + 0.14(220-x) = 0.11*220 \n" ); document.write( "----- \n" ); document.write( "10x + 14*220 - 14x = 11*220 \n" ); document.write( "----- \n" ); document.write( "-4x = -3*220 \n" ); document.write( "x = (3/4)220 \n" ); document.write( "x = 3*55 = 165 ml (amt. of 10% needed) \n" ); document.write( "220-165 = 55 ml (amt. of 14% needed) \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |