document.write( "Question 956883: Sarah mayhem blends coffee for tasti-delight. she needs to prepare 160 pounds of blended coffee beans selling for $5.06 per pound. she plans to do this by blending together a high-quality bean costing $6.00 per pound and a cheaper bean at $3.00 per pound. to the nearest pound, find how much high quality coffee bean and how much cheaper coffee bean should blend. \n" ); document.write( "
Algebra.Com's Answer #584604 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Sarah mayhem blends coffee for tasti-delight. she needs to prepare 160 pounds of blended coffee beans selling for $5.06 per pound. she plans to do this by blending together a high-quality bean costing $6.00 per pound and a cheaper bean at $3.00 per pound. to the nearest pound, find how much high quality coffee bean and how much cheaper coffee bean should blend. \n" ); document.write( "*** \n" ); document.write( "let x=amt of high-quality bean to blend \n" ); document.write( "160-x=amt of cheaper bean to blend \n" ); document.write( ".. \n" ); document.write( "6x+3(160-x)=5.06*160 \n" ); document.write( "6x+480-3x=809.60 \n" ); document.write( "3x=329.60 \n" ); document.write( "x≈110 \n" ); document.write( "160-x≈50 \n" ); document.write( "amt of high-quality bean to blend=110 lbs \n" ); document.write( "amt of cheaper bean to blend=50 lbs \n" ); document.write( " |