document.write( "Question 280583: A coffee store will start selling a mix of two kinds of coffee: Kona and Mexican Organic. The price of Kona coffee is $7.50 per pound and the price 
 of Mexican Organic coffee is $8.30 if they are sold separately. The store wants the price of the mix to be $8.00 per pound. 
 How many pounds of each kind should be used to prepare 160 pounds of the mix?

 \n" ); document.write( "
Algebra.Com's Answer #203951 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
Price of Kona = $7.50/lb
\n" ); document.write( "Price of Mexican Organic = $8.30/lb
\n" ); document.write( "x = weight of Kona coffed in the mix
\n" ); document.write( "7.5x = value of the given weight of Kona coffee
\n" ); document.write( "y = weight of Mexican Organic coffee in the mix,
\n" ); document.write( "8.3y = value of the given weight of Mexican Organic coffee
\n" ); document.write( ".
\n" ); document.write( "We are asked to end up with 160 lb @ $8 /lb = a value of $1280.
\n" ); document.write( "7.5x + 8.3y = 1280
\n" ); document.write( ".
\n" ); document.write( "We note that x+y = 160
\n" ); document.write( "so it's easier to say x = 160-y or y = 160-x to define the two weights using only one variable, 'x'.
\n" ); document.write( ".
\n" ); document.write( "7.5x + 8.3(160-x) = 1280
\n" ); document.write( "multiply by 10 to eliminate the decimal
\n" ); document.write( "75x + 83(160-x) = 12,800
\n" ); document.write( "75x + 13,280 - 83x = 12,800
\n" ); document.write( "collect 'x'
\n" ); document.write( "-8x + 13,280 = 12,800
\n" ); document.write( "subtract 13,280 from both sides
\n" ); document.write( "-8x = -480
\n" ); document.write( "divide both sides by -8
\n" ); document.write( "x = -480/-8 = 480/8 = 60
\n" ); document.write( ".
\n" ); document.write( "substitute
\n" ); document.write( "x + y = 160
\n" ); document.write( "60 + y = 160
\n" ); document.write( "subtract 60 from both sides
\n" ); document.write( "y = 100
\n" ); document.write( ".
\n" ); document.write( "check the values to see if we're right
\n" ); document.write( "specifically, does 7.5x + 8.3y = 1280?
\n" ); document.write( "7.5x = 7.5*60 = 450
\n" ); document.write( "8.3y = 8.3*100 = 830
\n" ); document.write( "450 + 830 = 1280
\n" ); document.write( ".
\n" ); document.write( "Answer:
\n" ); document.write( "To make 160 lbs of a coffee blend using the Kona and Mexican Organic coffee that would be fairly priced at $8/lb, you would add 60 lb of Kona @ $7.50/lb and 100 lb of Mexican Organic @ $8.30/lb.
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );