document.write( "Question 6286: 24 pounds of jelly beans costing $5.00 per pound are to be mixed with 16 pounds of chocalate eggs that cost $3.75 per pound. What will the cost per pound of the mixture?
\n" );
document.write( " Amount X Cost = total value
\n" );
document.write( "jelly beans 24 lb 5.00
\n" );
document.write( "choc eggs 16 lb 3.75
\n" );
document.write( "total 40 lb\r
\n" );
document.write( "\n" );
document.write( "thats it? my set up thatnk you very much \n" );
document.write( "
Algebra.Com's Answer #3367 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! You will need to assign a variable for the cost per pound of the mixture.\r \n" ); document.write( "\n" ); document.write( "Let this be C.\r \n" ); document.write( "\n" ); document.write( "24 lbs($5.00) + 16 lbs($3.75) = 40 lbs(C) Simplify and solve for C. \n" ); document.write( "120 + 60 = 40C \n" ); document.write( "180 = 40C Divide both sides by 40. \n" ); document.write( "C = $4.50 The cost per pound of the mixture. \n" ); document.write( " |