document.write( "Question 105670This question is from textbook
\n" ); document.write( ": A coffee wholesaler blends together three types of coffee that sell for $2.20, $2.30, and $2.60 per pound, so as to obtain 100 lb of coffee worth $2.40 per pound. If the wholesaler uses the same amount of the two higher priced coffees, how much of each type must be used in the blend? \n" ); document.write( "
Algebra.Com's Answer #76906 by fmo(8)\"\" \"About 
You can put this solution on YOUR website!
Let a represent the quantity of the $2.20 type of coffee.
\n" ); document.write( "Let b represent the quantity of the $2.30 type of coffee.
\n" ); document.write( "Let c represent the quantity of the $2.60 type of coffee.\r
\n" ); document.write( "\n" ); document.write( "From the problem we know that the wholesaler is making 100 lbs of coffee, so:
\n" ); document.write( "a + b + c = 100\r
\n" ); document.write( "\n" ); document.write( "We also know that he's using the same amount of the $2.30 type as of the $2.60 type, or b = c. That being the case we can substitute b in for c in the above equation and we get:
\n" ); document.write( "a + b + b = 100\r
\n" ); document.write( "\n" ); document.write( "Then by combining like terms:
\n" ); document.write( "a + 2b = 100\r
\n" ); document.write( "\n" ); document.write( "We also know from the problem that by mixing these coffee types, the wholesaler arrives at a price of $2.40 per pound of the blend. He's making 100 lbs, so:
\n" ); document.write( "2.40 * 100 = 240
\n" ); document.write( "is the amount of money used to make the blend. The cost of each type of coffee used then, would be its price per pound multiplied by the quantity used or:\r
\n" ); document.write( "\n" ); document.write( "2.20a + 2.30b + 2.60b = 240
\n" ); document.write( "2.20a + 4.90b = 240 (after adding the like terms)\r
\n" ); document.write( "\n" ); document.write( "Again, we didn't write 2.60c because the quantity of types b and c are equal. Now we have a system of equations that we can use to eliminate one of the variables:\r
\n" ); document.write( "\n" ); document.write( "2.20a + 4.90b = 240 eq1
\n" ); document.write( " a + 2b = 100 eq2\r
\n" ); document.write( "\n" ); document.write( "Multiplying eq1 by 2.20 so that we can eliminate variable a:\r
\n" ); document.write( "\n" ); document.write( "2.20a + 4.90b = 240 eq1
\n" ); document.write( "2.20a + 4.40b = 220 eq2*2.20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtracting eq2*2.20 from eq1 we get:\r
\n" ); document.write( "\n" ); document.write( "0.50b = 20
\n" ); document.write( "b = 10 (after multiplying both sides of the equation by 0.50)\r
\n" ); document.write( "\n" ); document.write( "Substituting b = 10 back into the original equation eq2:\r
\n" ); document.write( "\n" ); document.write( "a + 2(10) = 100
\n" ); document.write( " a + 20 = 100
\n" ); document.write( " a = 80\r
\n" ); document.write( "\n" ); document.write( "Therefore, the wholesaler used 80 lbs of the $2.20 coffee, 10 lbs of $2.30 coffee, and 10 lbs of the $2.60 coffee.
\n" ); document.write( "
\n" );