document.write( "Question 102223: A coffee merchant combines coffee costing $5.20/lb with coffee costing $3.00/lb. How many pounds of each should be used to make 40 lbs. of a blend costing $4.00/lb?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #74279 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! 5.2X+3(40-X)=4*40 \n" ); document.write( "5.2X+120-3X=160 \n" ); document.write( "2.2X=160-120 \n" ); document.write( "2.2X=40 \n" ); document.write( "X=40/2.2 \n" ); document.write( "X=18.18 POUND OF $5.20 COFFEE IS REQUIRED. \n" ); document.write( "40-18.18=21.82 POUNDS OF $3.00 COFFEE IS REQUIRED. \n" ); document.write( "PROOF \n" ); document.write( "5.2*18.18+3*21.82=160 \n" ); document.write( "94.54+65.46=160 \n" ); document.write( "160=160 \n" ); document.write( " |