document.write( "Question 40466: A roler has some $4/lb coffee and some $8/lb coffee that she will mix to make 50 lb of $5.60/lb coffee. How many pounds of each should be used? \n" ); document.write( "
Algebra.Com's Answer #25866 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A roler has some $4/lb coffee and some $8/lb coffee that she will mix to make 50 lb of $5.60/lb coffee. How many pounds of each should be used?\r \n" ); document.write( "\n" ); document.write( "Let amount of $4 coffee be \"x\" lbs. \n" ); document.write( "Then amount of $8 coffee is \"50-x\" lbs. \n" ); document.write( "Value of this $4 coffee is 4x dollars. \n" ); document.write( "Value of the $8 coffee is 8(50-x)=400-8x dollars \n" ); document.write( "Value of the mix is 5.6(50)= 280 dollars \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = value \n" ); document.write( "4x+400-8x=280 \n" ); document.write( "-4x=-120 \n" ); document.write( "x=30 lbs. (amount of $4 coffee) \n" ); document.write( "50-x=20 lbs. (amount of $8 coffee) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |