document.write( "Question 539307: A man wants to blend 30kg of coffee and each kilo cost $4.80.
\n" ); document.write( "One brand of coffee cost $6 dollars and $4 dollars for a kilo. How
\n" ); document.write( "much kilos of each brand of coffee should be used?
\n" ); document.write( "

Algebra.Com's Answer #353407 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
A man wants to blend 30kg of coffee and each kilo cost $4.80.
\n" ); document.write( "One brand of coffee cost $6 dollars and $4 dollars for a kilo. How
\n" ); document.write( "much kilos of each brand of coffee should be used?
\n" ); document.write( "
\r\n" );
document.write( "Suppose we mix x kg of the $6 coffee with y kg of the $4 coffee.\r\n" );
document.write( "Then we have two equations, a coffee equation and a money equation:\r\n" );
document.write( "\r\n" );
document.write( "The coffee equation comes from\r\n" );
document.write( "\r\n" );
document.write( "         \"%28matrix%286%2C1%2Cx%2C+kgs%2C+of%2C+more%2C+expensive%2C+coffee%29%29\" + \"%28matrix%286%2C1%2Cy%2C+kgs%2C+of%2C+less%2C+expensive%2Ccoffee%29%29\" = \"%28matrix%287%2C1%2C30%2C+kgs%2C+of%2C+medium%2C+priced%2C+mixed%2C+coffee%29%29\"  \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                          x + y = 30\r\n" );
document.write( "\r\n" );
document.write( "The money equation comes from\r\n" );
document.write( "    \r\n" );
document.write( "          + \"%28matrix%288%2C1%2C%22%244%22%2C+times%2Cy%2C+kgs%2C+of%2C+less%2C+expensive%2Ccoffee%29%29\" =   \r\n" );
document.write( "\r\n" );
document.write( "                        $6x + $4y = ($4.80)(30)\r\n" );
document.write( "                          6x + 4y = 144\r\n" );
document.write( "\r\n" );
document.write( "So solve this system of equations:\r\n" );
document.write( "\r\n" );
document.write( "                         x +  y =  30\r\n" );
document.write( "                        6x + 4y = 144\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer: Mix 12 kgs of the more expensive coffee and 18 kgs of the cheaper coffee\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );