document.write( "Question 512362: A merchant has coffee worth$30 a pound that she wishes to mix with 30 pounds of coffee worth $70 a pound to get a mixture that can be sold for $40 a pound,How many pounds of the $30 coffee should be used? \n" ); document.write( "
Algebra.Com's Answer #342609 by Maths68(1474)\"\" \"About 
You can put this solution on YOUR website!
Coffee1=x lb
\n" ); document.write( "Coffee2=30 lb
\n" ); document.write( "Mixture=30+x lb\r
\n" ); document.write( "\n" ); document.write( "Price per pound Coffee1 = $30
\n" ); document.write( "Price per pound Coffee2 = $70
\n" ); document.write( "Price per pound Mixture = $40\r
\n" ); document.write( "\n" ); document.write( "Coffee1*Price + Coffee2*Price=Mixture*Price
\n" ); document.write( "(x*30)+(30*70)=(30+x)40
\n" ); document.write( "30x+2100=1200+40x
\n" ); document.write( "30x-40x=1200-2100
\n" ); document.write( "-10x=-900
\n" ); document.write( "-10x/-10=-900/-10
\n" ); document.write( "x=90
\n" ); document.write( "90 pounds of the $30 coffee should be used
\n" ); document.write( "
\n" ); document.write( "
\n" );