document.write( "Question 947075: A coffee merchant combines coffee that costs $7 per pound with coffee that costs $2.60 per pound. How many pounds of each should be used to make 22 lb of a blend costing $5.90 per pound? \n" ); document.write( "
Algebra.Com's Answer #577764 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A coffee merchant combines coffee that costs $7 per pound with coffee that costs $2.60 per pound. How many pounds of each should be used to make 22 lb of a blend costing $5.90 per pound?
\n" ); document.write( "***
\n" ); document.write( "let x=amt of $7 coffee used
\n" ); document.write( "22-x=amt of $2.60 coffee used
\n" ); document.write( "..
\n" ); document.write( "7x+2.60(22-x)=5.90*22
\n" ); document.write( "7x+57.20-2.60x=129.80
\n" ); document.write( "4.40x=72.60
\n" ); document.write( "x=16.5
\n" ); document.write( "22-x=5.5
\n" ); document.write( "amt of $7 coffee used=16.5 lbs
\n" ); document.write( "amt of $2.60 coffee used=5.5 lbs
\n" ); document.write( "
\n" ); document.write( "
\n" );