document.write( "Question 588219: A merchant has coffee worth $5 a pound that she wishes to mix with 70 pounds of coffe worth $8 a pound to get a mixture that can be sold for $7 a pound. How many pounds of the $5 coffee should be used? \n" ); document.write( "
Algebra.Com's Answer #374428 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A merchant has coffee worth $5 a pound that she wishes to mix with 70 pounds of coffee worth $8 a pound to get a mixture that can be sold for $7 a pound. How many pounds of the $5 coffee should be used? \n" ); document.write( ". \n" ); document.write( "Let x = amount (pounds) of $5 coffee added \n" ); document.write( "then \n" ); document.write( "5x + 8(70) = 7(70+x) \n" ); document.write( "5x + 560 = 490+7x \n" ); document.write( "560 = 490+2x \n" ); document.write( "70 = 2x \n" ); document.write( "35 pounds = x (answer) \n" ); document.write( " |