document.write( "Question 897391: Sarah Meeham blends coffee for tasti delight. she needs to prepare 140 pounds of blended coffee beans selling for $4.50 per pund. She plans to do thid by blending together a hig-quality bean costing $5.50 per pound and a chaper bean at $3.50 per pound. To the nearest pound, find how much high-quality coffee bean and how much cheaper coffee bean she should blend \n" ); document.write( "
Algebra.Com's Answer #545590 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=140, \n" ); document.write( "5.5*a+3.5*b=4.5*140 \n" ); document.write( "a=140-b \n" ); document.write( "5.5*(140-b)+3.5*b=630 \n" ); document.write( "770-5.5b+3.5*b=630 \n" ); document.write( "-2*b=-140 \n" ); document.write( "b=70 \n" ); document.write( "a=140-b \n" ); document.write( "a=70 b=70 \n" ); document.write( "check \n" ); document.write( "5.5*70+3.5*70=4.5*140 \n" ); document.write( "385+245=630 \n" ); document.write( "630=630 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |