document.write( "Question 583681: a candy company wants to mix a 10% fat content chocolate with a 60% fat cantent chocolate to obtain 50 pounds of a 30% fat content chocolate. how many pounds of each kind of chocolate must be used? \n" ); document.write( "
Algebra.Com's Answer #372532 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+a+\" = pounds of 10% fat chocolate needed
\n" ); document.write( "Let \"+a+\" = pounds of 60% fat chocolate needed
\n" ); document.write( "given:
\n" ); document.write( "\"+.1a+\" = pounds of fat in 10% chocolate
\n" ); document.write( "\"+.6b+\" = pounds of fat in 60% chocolate
\n" ); document.write( "----------------------------------
\n" ); document.write( "(1) \"+a+%2B+b+=+50+\"
\n" ); document.write( "(2) \"+%28+.1a+%2B+.6b+%29+%2F+50+=+.3+\"
\n" ); document.write( "-------------------------
\n" ); document.write( "(2) \"+.1a+%2B+.6b+=+.3%2A50+\"
\n" ); document.write( "(2) \"+.1a+%2B+.6b+=+15+\"
\n" ); document.write( "(2) \"+a+%2B+6b+=+150+\"
\n" ); document.write( "Subtract (1) from (2)
\n" ); document.write( "(2) \"+a+%2B+6b+=+150+\"
\n" ); document.write( "(1) \"+-a+-+b+=+-50+\"
\n" ); document.write( "\"+5b+=+100+\"
\n" ); document.write( "\"+b+=+20+\"
\n" ); document.write( "and, since
\n" ); document.write( "(1) \"+a+%2B+b+=+50+\"
\n" ); document.write( "(1) \"+a+%2B+20+=+50+\"
\n" ); document.write( "(1) \"+a+=+30+\"
\n" ); document.write( "30 pounds of 10% fat chocolate is needed
\n" ); document.write( "20 pounds of 60% fat chocolate is needed
\n" ); document.write( "check:
\n" ); document.write( "(2) \"+%28+.1%2A30+%2B+.6%2A20+%29+%2F+50+=+.3+\"
\n" ); document.write( "(2) \"+%28+3+%2B+12+%29+%2F+50+=+.3+\"
\n" ); document.write( "(2) \"+15%2F50+=+.3+\"
\n" ); document.write( "(2) \"+15+=+15+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );