document.write( "Question 240527: caramels costing 1.75 per pound are mixed with cream chicolate costing 2 per pound to make a 5 pound mnixture that will be sold at 1.90 per pound..how many pounds of each are needed? \n" ); document.write( "
Algebra.Com's Answer #176373 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! caramels costing 1.75 per pound, are mixed with cream chocolate costing 2 per \n" ); document.write( "pound to make a 5 pound mixture that will be sold at 1.90 per pound.. \n" ); document.write( "how many pounds of each are needed? \n" ); document.write( ": \n" ); document.write( "Let x = amt of stuff costing $2 a lb \n" ); document.write( "then \n" ); document.write( "(5-x) = amt of stuff costing $1.75 a lb \n" ); document.write( ": \n" ); document.write( "2x + 1.75(5-x) = 1.90(5) \n" ); document.write( "solve for x \n" ); document.write( " |