document.write( "Question 1030299: A merchant wishes to blend 200 pounds of coffee to be worth $3.20 per pound from two types of coffee; one is worth $3.00 per pound and the other is worth $3.25 per pound. How many pounds of each mixture should he use? \n" ); document.write( "
Algebra.Com's Answer #645172 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of pounds of cheaper coffee be x\r\n" ); document.write( "Let the number of pounds of costlier coffee be y\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Value Value\r\n" ); document.write( " Type Number of of\r\n" ); document.write( " of of EACH ALL\r\n" ); document.write( "coffee pounds pound pounds\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "cheaper x $3.00 $3.00x\r\n" ); document.write( "costlier y $3.25 $3.25y\r\n" ); document.write( "-------------------------------------------------\r\n" ); document.write( "mixture 200 $3.20 200($3.20) = $640.00\r\n" ); document.write( "\r\n" ); document.write( " The first equation comes from the \"Number of pounds\" column.\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |