document.write( "Question 245917: A store mixes Kenyan coffee worth $10 per kilogram and Venezuelan coffee worth $12 per kilogram. The mixture is to sell for $11 per kilogram. Find how much of each should be used to make a 360-kilogram mixture
\n" );
document.write( "How many kilograms of the Kenyan coffee should be in the mixture? _____ Kg \n" );
document.write( "
Algebra.Com's Answer #179631 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! You can start this problem thinking in terms of \n" ); document.write( "K amount of Kenyan coffee @ $10 per kilogram \n" ); document.write( "+ V amount of Venezuelan coffee @ $12 per kilogram \n" ); document.write( "= 360 kg @ $11/kg \n" ); document.write( ". \n" ); document.write( "The problem asks how many kg of Kenyan coffee in the mixture. \n" ); document.write( "Well, it can be said the amount is 360 - V. \n" ); document.write( "That is, the amount of Kenyan = known total - unknown amount of Venezuelan coffee. \n" ); document.write( ". \n" ); document.write( "At first, this may not seem like much help. But in fact, that is one of the key ways to reduce the number of unknown variables in algebra word problems. \n" ); document.write( ". \n" ); document.write( "K = 360 - V \n" ); document.write( "V = V \n" ); document.write( ". \n" ); document.write( "Substituting in the total cost equation: \n" ); document.write( ". \n" ); document.write( "10*(360-V) + 12*(V) = 360*11 \n" ); document.write( ". \n" ); document.write( "Multiplying through: \n" ); document.write( "3600-10V + 12V = 3960 \n" ); document.write( ". \n" ); document.write( "Collecting like terms \n" ); document.write( "3600 + 2V = 3960 \n" ); document.write( ". \n" ); document.write( "Subtracting 3600 from both sides \n" ); document.write( "2V = 360 \n" ); document.write( ". \n" ); document.write( "Dividing both sides by 2 \n" ); document.write( "V = 180 \n" ); document.write( ". \n" ); document.write( "So, V = 180, which means K = 360-180 = 180. \n" ); document.write( ". \n" ); document.write( "We have equal amount of K and V in the total, which makes sense because we want the mixture to cost $11/kg and the two components cost $10/kg and $12/kg. $11/kg is the average. \n" ); document.write( ". \n" ); document.write( "We can check our work by substitution back into the equation to see if our result produces the given result. \n" ); document.write( "180*10 + 180*12 = 36*11 \n" ); document.write( "1800 + 2160 = 3960 = 36*11 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |