document.write( "Question 564662: A merchant has coffe worth $30 a pound that she wishes to mix with 40 pounds of coffee worth $90 a pound to get a mixture that can be sold for $70 a pound. How many pounds of the $30 coffee should be used? \n" ); document.write( "
Algebra.Com's Answer #365421 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
-------- price ---------------- quantity
\n" ); document.write( "Coffee type I 90 ----------------40 pounds
\n" ); document.write( "Coffee type II 30 ----------------x pounds
\n" ); document.write( "Mixture 70 ----------------40+x pounds
\n" ); document.write( "
\n" ); document.write( "90*40+30x=70(40+x)
\n" ); document.write( "3600+30x=2800+70x
\n" ); document.write( "30x-70x=2800-3600
\n" ); document.write( "-40x=-800
\n" ); document.write( "/-40
\n" ); document.write( "x=20pounds of Coffee type II
\n" ); document.write( "
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" ); document.write( "
\n" );