document.write( "Question 1016979: A candy distributor needs to mix a 20% fat-content chocolate with a 60% fat-content chocolate to create 100 kilograms of a 20% fat-content chocolate. How many kilograms of each kind of chocolate must they use?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #633313 by justasking(11)![]() ![]() You can put this solution on YOUR website! 0.2*x + 0.6*(100-x) = 0.2*100\r \n" ); document.write( "\n" ); document.write( "0.2x + (60 - 0.6x) = 20\r \n" ); document.write( "\n" ); document.write( "60 + 0.2x = 20 + 0.6x\r \n" ); document.write( "\n" ); document.write( "40 = 0.4x\r \n" ); document.write( "\n" ); document.write( "4x = 400\r \n" ); document.write( "\n" ); document.write( "x = 100\r \n" ); document.write( "\n" ); document.write( "You use 100kg of the 20% fat content chocolate, and none of the 60% fat content chocolate. \n" ); document.write( " |