document.write( "Question 89915: ) Business and finance. A coffee merchant has coffee beans that sell for $9 per pound and $12 per pound. The two types are to be mixed to create 100 lb of a mixture that will sell for $11.25 per pound. How much of each type of bean should be used in the mixture?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65287 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A coffee merchant has coffee beans that sell for $9 per pound and $12 per pound. The two types are to be mixed to create 100 lb of a mixture that will sell for $11.25 per pound. How much of each type of bean should be used in the mixture? \n" ); document.write( "-------------- \n" ); document.write( "$9 coffee DATA: \n" ); document.write( "Amt of coffee = x lbs ; Value = 9x dollars \n" ); document.write( "--------------------- \n" ); document.write( "$12 coffee DATA: \n" ); document.write( "Amt of coffee = \"100-x\" lbs ; Value = 12(100-x) = 1200-12x dollars \n" ); document.write( "---------------- \n" ); document.write( "$11.25 mixture DATA: \n" ); document.write( "Amt of mixture = 100 lbs ; Value = 11.25*100 = 1125 dollars \n" ); document.write( "-------------- \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = value of the mixture \n" ); document.write( "9x + 1200-12x = 1125 \n" ); document.write( "-3x = -75 \n" ); document.write( "x = 25 lbs ( amt of $9 coffee in the mixture) \n" ); document.write( "100-x = 75 ( amt of $12 coffee in the mixture) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |