document.write( "Question 837455: a coffee shop decides to blend a coffee that sells for 12$ per pound with a coffee that sells for $9 per pound to produce a blend that will sell for $10 a pound. How much of each should be used to yield 20 pound o the new blend? \n" ); document.write( "
Algebra.Com's Answer #504594 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a coffee shop decides to blend a coffee that sells for 12$ per pound with a coffee that sells for $9 per pound to produce a blend that will sell for $10 a pound. How much of each should be used to yield 20 pound o the new blend? \n" ); document.write( "*** \n" ); document.write( "let x=amount of $12/pound coffee \n" ); document.write( "20-x=amount of $9/pound coffee \n" ); document.write( "12x+9(20-x)=10*20 \n" ); document.write( "12x+180-9x=200 \n" ); document.write( "3x=20 \n" ); document.write( "x=20/3 \n" ); document.write( "amount of $12/pound coffee should be used=20/3 lbs \n" ); document.write( "amount of $9/pound coffee should be used=40/3 lbs\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |