document.write( "Question 1070179: A cook needs to mix a regular ranch dressing containing 47% fat with a light ranch dressing containing 37% fat to result in 7 cups of a dressing containing 42% fat. How many cups of each kind of dressing should be mixed?
\n" );
document.write( "The mixture should contain
\n" );
document.write( "how many cups of regular dressing and
\n" );
document.write( "how many cups of light dressing?\r
\n" );
document.write( "\n" );
document.write( "Thank you SO much for the help! \n" );
document.write( "
Algebra.Com's Answer #685300 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 42% is half way between the two percentages, so use 3.5 cups of each. \n" ); document.write( "one can say x cups of 47% \n" ); document.write( "7-x cups of 37% \n" ); document.write( ".47(x)+(7-x)(.37)=7(.42)=2.94 \n" ); document.write( ".47x+2.59-.37x=2.94 \n" ); document.write( ".10x=0.35 \n" ); document.write( "x=3.5 cups \n" ); document.write( " |