document.write( "Question 519971: a merchant hass coffee worth $20.00 a pound that she wishes to mix with 30 pounds of coffee worth $90.00 a pound to get a mixture that can be sold for $40.00 a pound. How many pounds of the $20.00 coffee should be used? \n" ); document.write( "
Algebra.Com's Answer #345881 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
--------price ---------------- quantity
\n" ); document.write( "Coffee I 90 ---------------- 30 pounds
\n" ); document.write( "coffee II 20 ---------------- x pounds
\n" ); document.write( "Mixture 40 ---------------- 30 + x pounds
\n" ); document.write( "
\n" ); document.write( "90*30+20x=40(30 +x)
\n" ); document.write( "2700+20x=1200+40x
\n" ); document.write( "20x+-40 x=1200 - -2700
\n" ); document.write( "-20 x = -1500
\n" ); document.write( "/ -20
\n" ); document.write( "x = 75
\n" ); document.write( " 75 pounds of $20 coffee II
\n" ); document.write( "
\n" ); document.write( "
\n" );