document.write( "Question 932455: a merchant has coffee worth $2 a pound that she wishes to mix with 9 pounds of coffee worth $8 a pound to get a mixture that can be sold for $4 a pound. how many pounds of the $2 coffee should be used? \n" ); document.write( "
Algebra.Com's Answer #566149 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
--- price ---------------- Amount
\n" ); document.write( "Coffee I 8 ---------------- 9 lbs
\n" ); document.write( "Coffee 2 2 ---------------- x lbs
\n" ); document.write( "Mixture 4 ---------------- 9 + x lbs
\n" ); document.write( "
\n" ); document.write( "8 * 9 + 2 x = 4 ( 9 + x )
\n" ); document.write( "72 + 2 x = 36 + 4 x
\n" ); document.write( "2 x -4 x = -72 + 36
\n" ); document.write( "-2 x = -36
\n" ); document.write( "/ -2
\n" ); document.write( "x = 18 lbs Coffee 2
\n" ); document.write( "
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" ); document.write( "
\n" );