document.write( "Question 354613: Candy company needs to mix a 20% fat content chocolate with a 15% fat content chocolate to obtain 50 Kilograms of a 16% fat content chocolate. How much of the 20% and 15% chocolate blends must be used?
\n" );
document.write( "(hint: let x represent the amount of 20% chocolate) \n" );
document.write( "
Algebra.Com's Answer #253465 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! chocolate...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x)(20%) + (50 - x)(15%) = (50)(16%) \n" ); document.write( " |