document.write( "Question 155012: A store manager wishes to reduce the price on his fresh ground coffee by mixing 2 grades. If he has 50 pounds of coffee which sells for $5 per pound, how much coffee worth $3 per pound must he mix with it so that he can sell the final mixture for $4.25 per pound? \n" ); document.write( "
Algebra.Com's Answer #114147 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 50*5+3x=4.25(50+x) \n" ); document.write( "250+3x=212.5+4.25x \n" ); document.write( "3x-4.25x=212.5-250 \n" ); document.write( "-1.25x=-37.5 \n" ); document.write( "x=-37.5/-1.25 \n" ); document.write( "x=30 pounds of $3 coffee is required. \n" ); document.write( "Proof: \n" ); document.write( "50*5+3*30=4.25(50+30) \n" ); document.write( "250+90=4.25*80 \n" ); document.write( "340=340 \n" ); document.write( " |