document.write( "Question 501670: merchant has coffee worth 50.00 a pound that wishes to mix with 30 pounds of coffee worth 90.00 a pound to get a mixture that can be sold for 60.00 a pound. How many pounds of the 50.00 coffee should be used. \n" ); document.write( "
Algebra.Com's Answer #338619 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
--------price ---------------- quantity
\n" ); document.write( "Coffee I 90 ---------------- 30 lb
\n" ); document.write( "Coffee II 50 ---------------- x lb
\n" ); document.write( "Mixture 60 ---------------- 30 + x lb
\n" ); document.write( "
\n" ); document.write( "90*30+50x=60 ( 30 + x )
\n" ); document.write( "2700 + 50 x = 1800 + 60 x
\n" ); document.write( "50 x + -60 x = 1800 - -2700
\n" ); document.write( "-10 x = -900
\n" ); document.write( "/ -10
\n" ); document.write( "x = 90
\n" ); document.write( " 90 lb of 50 % Coffee II
\n" ); document.write( "
\n" ); document.write( "
\n" );