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 #353401 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"a\" = kg of $6/kg coffee needed
\n" ); document.write( "Let \"b\" = kg of $4/kg coffee needed
\n" ); document.write( "given:
\n" ); document.write( "\"+6a+\" = cost of $6 coffee
\n" ); document.write( "\"+4b+\" = cost of $4 coffee
\n" ); document.write( "----------------------
\n" ); document.write( "(1) \"+a+%2B+b+=+30+\" kg
\n" ); document.write( "(2) \"+%28+6a+%2B+4b+%29%2F+30+=+4.8+\" dollars
\n" ); document.write( "-------------------------
\n" ); document.write( "(2) \"+6a+%2B+4b+=+144+\"
\n" ); document.write( "(2) \"+3a+%2B+2b+=+72+\"
\n" ); document.write( "Multiply both sides of (1) by \"2\" and
\n" ); document.write( "subtract (1) from (2)
\n" ); document.write( "(2) \"+3a+%2B+2b+=+72+\"
\n" ); document.write( "(1) \"+-2a+-+2b+=+-60+\"
\n" ); document.write( "\"+a+=+12+\"
\n" ); document.write( "and, since
\n" ); document.write( "(1) \"+a+%2B+b+=+30+\"
\n" ); document.write( "(1) \"+b+=+18+\"
\n" ); document.write( "12 kg of $6/kg coffee are needed
\n" ); document.write( "18 kg of $4/kg coffee are needed
\n" ); document.write( "check:
\n" ); document.write( "(2) \"+%28+6a+%2B+4b+%29%2F+30+=+4.8+\"
\n" ); document.write( "(2) \"+%28+6%2A12+%2B+4%2A18+%29%2F+30+=+4.8+\"
\n" ); document.write( "(2) \"+%28+72+%2B+72+%29+%2F+30+=+4.8+\"
\n" ); document.write( "(2) \"+144+=+4.8%2A30+\"
\n" ); document.write( "(2) \"+144+=+144+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );