document.write( "Question 723830: A chef is using a mixture of two brands of Italian dressing. The first brand contains 9% vinegar and the second brand contains 14% vinegar. The chef wants to make 400 milliliters of a dressing that is 11% vinegar. How much of each brand should she use?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #443396 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Make your own. The two brands don't taste good together. \n" ); document.write( "x+y=400 \n" ); document.write( ".09x+.14y=.11*(400) \n" ); document.write( " \n" ); document.write( " |