document.write( "Question 449088: A coffee manufacturer wants to market a new blend of coffee that sells for $3.92 per pound by mixing two coffees, one that sells for $2.75 per pound, and another that sells for $5.00 per pound. What amounts of each coffee should be blended to obtain 100 pounds of the desired mixture? don't know how to write this equation \n" ); document.write( "
Algebra.Com's Answer #308997 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
--------price ----------------quantity
\n" ); document.write( "coffee I 2.75----------------xlb
\n" ); document.write( "coffee II 5----------------100-x lb
\n" ); document.write( "Total 3.92% ---------------- 100
\n" ); document.write( "2.75x+5(100-x)= 3.92* 100
\n" ); document.write( "2.75x+500-5x=392
\n" ); document.write( "2.75x-5x=392-500
\n" ); document.write( "-2.25x=-108
\n" ); document.write( "/-2.25
\n" ); document.write( "x=48 lb $2.75
\n" ); document.write( "52 lb $5.00
\n" ); document.write( "
\n" ); document.write( "
\n" );