document.write( "Question 163847: The Coffee Counter charges $9.00 per pound for Kenyan French Roast coffee and $8.00 per pound for Sumatran coffee. How much of each type should be used to make a 20-lb blend that sells for $8.40 per pound? \n" ); document.write( "
Algebra.Com's Answer #120696 by kennedysj(5)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "First start by using the formula of Cost = Amount*Price \n" ); document.write( "We will also need the idea that the amount of Kenyan + the amount of Sumatran will equal the total amount of the mix.\r \n" ); document.write( "\n" ); document.write( "So setting up our mixture problem we get Cost of Kenyan + Cost of Sumatran = Cost of Mix.\r \n" ); document.write( "\n" ); document.write( "Now let's set up some variables. Let x be the number of pounds of Kenyan coffee and y be the number of pounds of Sumatran coffee.\r \n" ); document.write( "\n" ); document.write( "Then x + y = 20 because we are trying to make 20 pounds of the mix.\r \n" ); document.write( "\n" ); document.write( "So using our Cost formula\r \n" ); document.write( "\n" ); document.write( "9.00x + 8.00y = 8.40*20 since we have x-lb at $9.00 per lb and y-lb at $8.00 per lb to make a total of 20 lb at $8.40 per lb.\r \n" ); document.write( "\n" ); document.write( "since x + y = 20 lets solve for y. \n" ); document.write( "by subtracting y from both sides we get y = 20 - x.\r \n" ); document.write( "\n" ); document.write( "substituting 20 - x for y in our cost equation we get \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using the distributive property we get \n" ); document.write( "9.00x + 160 - 8.00x = 168 \n" ); document.write( "simplifying we get \n" ); document.write( "1.00x + 160 = 168 \n" ); document.write( "solving for x gives us x = 8 \n" ); document.write( "therefore we need 8 lb of the kenyan coffee. \n" ); document.write( "now we still need the amount of Sumatran so we take 8 + y = 20 \n" ); document.write( "and solve for y to get 12 lb of Sumatran coffee. \n" ); document.write( "So all together we need 8 lb of Kenyan French Coffee costing $9.00 per pound and 12 lb of Sumatran Coffee costing $8.00 per pound to make 20 lb of a mix costing $8.40 per pound. \n" ); document.write( " |