document.write( "Question 201433: A coffee merchant combines coffee costing $5.50 per pound with coffee costing $3.00 per pound. How many pounds of each should be used to make 40 lb of a blend costing $4 per pound? \n" ); document.write( "
Algebra.Com's Answer #151651 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A coffee merchant combines coffee costing $5.50 per pound with coffee costing $3.00 per pound. How many pounds of each should be used to make 40 lb of a blend costing $4 per pound? \n" ); document.write( "------------------ \n" ); document.write( "Use x pounds of the 550 blend. \n" ); document.write( "40*400 = 550x + 300(40-x) \n" ); document.write( "16000 = 550x + 12000 - 300x \n" ); document.write( "4000 = 250x \n" ); document.write( "x = 16 pounds of the $5.50 \n" ); document.write( "24 pounds of the $3.00 \n" ); document.write( "---------------- \n" ); document.write( "Check: 40 lbs x $4 = $160 \n" ); document.write( "16*$5.50 = $88 \n" ); document.write( "24*$3.00 = $72 \n" ); document.write( "$72 + $88 = $160 \n" ); document.write( " |