document.write( "Question 742477: A candy company mixes 20% fat- content chocolate with a 15% fat- content chocolate to obtain 50 pounds of a 16% fat content chocolate. How many pounds of each type of chocolate should be used?
\n" ); document.write( "(write 2 equations and solve this system of equations.)
\n" ); document.write( "

Algebra.Com's Answer #452510 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A candy company mixes 20% fat- content chocolate with a 15% fat- content chocolate to obtain 50 pounds of a 16% fat content chocolate. How many pounds of each type of chocolate should be used?
\n" ); document.write( "(write 2 equations and solve this system of equations.)
\n" ); document.write( "***
\n" ); document.write( "let x=lbs of 20% fat chocolate to mix
\n" ); document.write( "let y=lbs of 15% fat chocolate to mix
\n" ); document.write( "..
\n" ); document.write( "20%x+15%y=16%*50
\n" ); document.write( "x+y=50
\n" ); document.write( "y=50-x
\n" ); document.write( "20%x+15%(50-x)=16%*50
\n" ); document.write( "0.2x+7.5-0.15x=8
\n" ); document.write( "0.05x=0.5
\n" ); document.write( "x=10
\n" ); document.write( "y=50-x=40
\n" ); document.write( "lbs of 20% fat chocolate to mix=10
\n" ); document.write( "lbs of 15% fat chocolate to mix=40
\n" ); document.write( "
\n" );