document.write( "Question 56331: A coffee merchant has coffee beans that sell for $9 a pound and $12 a pound. The two types are to be mixed to create 100 pounds 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( " McGraw Hill 6th edition,8.2, # 60.\r
\n" );
document.write( "\n" );
document.write( "Thanky you for your time!! \n" );
document.write( "
Algebra.Com's Answer #38205 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A coffee merchant has coffee beans that sell for $9 a pound and $12 a pound. The two types are to be mixed to create 100 pounds 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( "Let amount of $9 coffee be \"x\" ; their value is 9x dollars \n" ); document.write( "Amount of $12 coffee is \"100-x\" ; their value is 12(100-x)=1200-12x dollars \n" ); document.write( "Amount of mixture is 100 lbs ; their value is 11.25(100)=1125 dollars \n" ); document.write( "------------ \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = 1125 dollars \n" ); document.write( "9x+1200-12x=1125 \n" ); document.write( "-3x=-75 \n" ); document.write( "x=25 (lbs. of $9 coffee) \n" ); document.write( "100-x=75 (lbs. of $12 coffee) \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |