document.write( "Question 37212This question is from textbook
\n" );
document.write( ": A coffee merchant has coffee beans that sell for $9 per
\n" );
document.write( "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( "
Algebra.Com's Answer #25244 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be the amount sold at $9. Thus 100-x is the amount sold at $12 per pound. So we have \n" ); document.write( "9x + 12(100-x) = (11.25)(100) \n" ); document.write( "9x + 1200 - 12x = 1125 \n" ); document.write( "-3x = -75 \n" ); document.write( "x = 25 pounds at $9/lb \n" ); document.write( "and then \n" ); document.write( "100-x = 75 pounds at $12/lb \n" ); document.write( " |