document.write( "Question 326253: A merchant has coffee worth $60 a pound that she wishes to mix with 40 pounds of coffee worth $90 a pound to get a mixture that can be sold for $80 a pound. How many pounds of the $60 coffee should be used? \n" ); document.write( "
Algebra.Com's Answer #233544 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A merchant has coffee worth $60 a pound \n" ); document.write( "mix with 40 pounds of coffee worth $90 \n" ); document.write( "can be sold for $80 a pound. \n" ); document.write( ".. \n" ); document.write( "let $60 coffee be x pounds \n" ); document.write( "$90 coffee 40 pounds \n" ); document.write( "Total $ 80 , 40+x pounds \n" ); document.write( ".. \n" ); document.write( "60x+90*40=80(40+x) \n" ); document.write( "60x +3600=80x+3200 \n" ); document.write( "20x=400 \n" ); document.write( "x= 20 pounds \n" ); document.write( " |