document.write( "Question 799074: A company that supplies bulk candy to bakeries
\n" );
document.write( "has one batch of chocolate chips that are 50% dark chocolate and
\n" );
document.write( "50% milk chocolate. They have another batch that is 80% dark
\n" );
document.write( "chocolate and 20% milk chocolate. One of their customers sends
\n" );
document.write( "in a rush order for 100 lb of a mix that is 68% dark chocolate.
\n" );
document.write( "How many pounds from each batch should be mixed to meet this
\n" );
document.write( "order? \n" );
document.write( "
Algebra.Com's Answer #482483 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company that supplies bulk candy to bakeries \n" ); document.write( "has one batch of chocolate chips that are 50% dark chocolate and \n" ); document.write( "50% milk chocolate. They have another batch that is 80% dark \n" ); document.write( "chocolate and 20% milk chocolate. One of their customers sends \n" ); document.write( "in a rush order for 100 lb of a mix that is 68% dark chocolate. \n" ); document.write( "How many pounds from each batch should be mixed to meet this \n" ); document.write( "order? \n" ); document.write( "-------------- \n" ); document.write( "Equation: \n" ); document.write( "dark + dark = dark \n" ); document.write( "0.50x +0.80(100-x) = 0.68*100 \n" ); document.write( "-------- \n" ); document.write( "50x +80*100 - 80x = 68*100 \n" ); document.write( "-30x = -12*100 \n" ); document.write( "x = (2/5)100 \n" ); document.write( "x = 40 lb (amt. of 50% chips needed) \n" ); document.write( "100-x = 60 lb (amt. of 80% chips needed) \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |