document.write( "Question 346068: a merchant has coffee worth $20 a pound that she wishes to mix with 90 pounds of coffee worth $60 a pound to get a mixture that can be sold for $30 a pound. How many pounds of the $20 coffee should be used? \n" ); document.write( "
Algebra.Com's Answer #247447 by mananth(16946)![]() ![]() You can put this solution on YOUR website! coffee $20 a pound x lbs \n" ); document.write( "90 pounds of coffee worth $60 a pound \n" ); document.write( " mixture x+90 lbs $30 a pound. \n" ); document.write( "... \n" ); document.write( "20x+90*60=30(x+90) \n" ); document.write( "20x+5400=30x+2700 \n" ); document.write( "30x-20x=5400-2700 \n" ); document.write( "10x=2700 \n" ); document.write( "/10 \n" ); document.write( "x= 2700/10 \n" ); document.write( "x= 270 lbs of $20 \n" ); document.write( " |