document.write( "Question 37431This 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
\n" );
document.write( "used in the mixture? \n" );
document.write( "
Algebra.Com's Answer #23192 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x = number of pounds of $9 coffee. \n" ); document.write( "The 100 - x = number of pounds of $12 coffee. \n" ); document.write( "Then we write the \"cost\" equation: \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 \n" ); document.write( "Thus 25 lbs of $9 and 75 lbs of $12 coffee. \n" ); document.write( " |