document.write( "Question 1004393: A person wishes to mix coffee worth $12 per lb with coffee worth $6 per lb to get 90 lb of a mixture worth $8 per lb. How many pounds of the $12 and the $6 coffees will be needed? \n" ); document.write( "
Algebra.Com's Answer #620901 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be the amount used of the $12 coffee. \n" ); document.write( "Then 90-x is the amount used of the $6 coffee. \n" ); document.write( "The set up looks like this \n" ); document.write( "12x + 6(90-x) = 8(90) \n" ); document.write( "which we finish as \n" ); document.write( "12x + 540 - 6x = 720 \n" ); document.write( "6x + 540 = 720 \n" ); document.write( "6x = 180 \n" ); document.write( "x = 30 lbs of $12 \n" ); document.write( "90-x = 60 lbs of $6 \n" ); document.write( " \n" ); document.write( " |