document.write( "Question 83244: A merchant has coffee worth $3 a pound that she wishes to mix with 6 pounds of coffee worth $8 a pound to get a mixture that can be sold for $4 a pound. How many pounds of the $3 coffee should be used? \n" ); document.write( "
Algebra.Com's Answer #59763 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
You want an average of the two:
\n" ); document.write( "(Amount + Amount)/(Total Amount of Nuts) = Cost Average
\n" ); document.write( "Prices of each is included:
\n" ); document.write( "(Amount(Price) + Amount(Price))/(Total Amount of Nuts) = Cost Average
\n" ); document.write( "(6($8.00) + x($3.00))/(x + 6) = $4.00
\n" ); document.write( "48 + 3x = 4(x + 6) = 4x + 24
\n" ); document.write( "24 pounds = x
\n" ); document.write( "
\n" );