document.write( "Question 1157946: Define your variables, write a system of equations, use your calculator to solve the system of equations and answer the problem.
\n" );
document.write( "A grocer sells milk chocolate at $2.60 per pound, dark chocolate at $4.60 per pound, and dark chocolate with almonds at $5.30 per pound. He wants to make a mixture of 50 pounds of mixed chocolates to sell at $4.35 per pound. The mixture is to contain as many pounds of dark chocolate with almonds as milk chocolate and dark chocolate combined. How many pounds of each type must he use in this mixture?
\n" );
document.write( "amount of milk chocolate
\n" );
document.write( " lbs
\n" );
document.write( "amount of dark chocolate
\n" );
document.write( " lbs
\n" );
document.write( "amount of dark chocolate with almonds
\n" );
document.write( " lbs \n" );
document.write( "
Algebra.Com's Answer #780869 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Long wording, simple description, maybe easiest to try to make a data table.\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "MATERIAL VARIABLE or EXPRESSIOn PRICE COST\r\n" ); document.write( "milk choc m 2.6 2.6m\r\n" ); document.write( "dark choc d 4.6 4.6d\r\n" ); document.write( "dark with almonds m+d 5.3 5.3(m+d)\r\n" ); document.write( "TOTAL 50 (50)(5.3)(m+d)\r\n" ); document.write( " \n" ); document.write( "You can form two equations in two unknowns, and solve. (You can also use the \"VARIABLES\" sum equation to put the cost equation into a single variable and solve.) \n" ); document.write( " |