document.write( "Question 300184: A chef is using a mixture of two brands of Italian dressing. The first brand contains 10% vinegar, and the second brand contains 15% vinegar. The chef wants to make 260 milliliters of a dressing that is 13% vinegar. How much of each brand should she use?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #215466 by nerdybill(7384) 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 15% vinegar. The chef wants to make 260 milliliters of a dressing that is 13% vinegar. How much of each brand should she use? \n" ); document.write( ". \n" ); document.write( "Let x = milliliters of 10% vinegar \n" ); document.write( "then \n" ); document.write( "260-x = milliliters of 30% vinegar \n" ); document.write( ". \n" ); document.write( ".10x + .30(260-x) = .13(260) \n" ); document.write( ".10x + 78 - .30x = 33.8 \n" ); document.write( "78 - .20x = 33.8 \n" ); document.write( "-.20x = -44.2 \n" ); document.write( "x = 221 milliliters of 10% vinegar \n" ); document.write( ". \n" ); document.write( "30% vinegar: \n" ); document.write( "260-x = 260-221 = 39 milliliters\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |