document.write( "Question 89540: 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?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65079 by checkley75(3666) ![]() You can put this solution on YOUR website! 9x+12(100-x)=100*11.25 \n" ); document.write( "9x+1200-12x=1125 \n" ); document.write( "-3x=1125-1200 \n" ); document.write( "-3x=-75 \n" ); document.write( "x=-75/-3 \n" ); document.write( "x=25 pounds of $9 coffee. \n" ); document.write( "then we need 75 pounds of $12 coffee. \n" ); document.write( "proof \n" ); document.write( "9*25+12*75=100*11.25 \n" ); document.write( "225+900=1125 \n" ); document.write( "1125=1125 \n" ); document.write( " |