document.write( "Question 209176: Find the cost per pound of a coffee mixture made from 8 lb of coffee that costs $9.20 per pound and 12 lb of coffee that costs $5.50 per pound. \n" ); document.write( "
Algebra.Com's Answer #158113 by kthanhpn(2)![]() ![]() ![]() You can put this solution on YOUR website! The total amount of the new coffee mixture would be: \n" ); document.write( "8 + 12 = 20 (pounds) \n" ); document.write( "The price of 20 pounds of coffee mixture would be: \n" ); document.write( "8(9.2) + 12(5.5) = 139.6 (dollars). \n" ); document.write( "Therefore, the average price would be: \n" ); document.write( "139.6/20=6.98 (dollars). \n" ); document.write( "Answer: $6.98 per pound. \n" ); document.write( " |