document.write( "Question 846267: a merchant wants to produce 80 pounds of coffee by blending coffee that sells for $3 per pound with coffee that sells for $2.75 per pound.he sells his blend of coffee for 2.90 per pound. how many pounds of each type of tea does the merchant use in the blend? \n" ); document.write( "
Algebra.Com's Answer #513220 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=80, \n" ); document.write( "3a+2.75b=2.9*80 \n" ); document.write( "a=48., b=32. \n" ); document.write( " |