document.write( "Question 913625: Ten kilograms of chocolate ice cream containing 20% fat is mixed with eight kilograms of coffee ice cream containing 14% fat, to make mocha ice cream. What is the percent fat content of the mocha ice cream? \n" ); document.write( "
Algebra.Com's Answer #554633 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Ten kilograms of chocolate ice cream containing 20% fat is mixed with eight kilograms of coffee ice cream containing 14% fat, to make mocha ice cream. What is the percent fat content of the mocha ice cream?\r \n" ); document.write( "\n" ); document.write( "let percentage of mix be x\r \n" ); document.write( "\n" ); document.write( "Fat content\r \n" ); document.write( "\n" ); document.write( "10*20%+8*14%=x%(24)\r \n" ); document.write( "\n" ); document.write( "multiply by 100\r \n" ); document.write( "\n" ); document.write( "200+112=24x\r \n" ); document.write( "\n" ); document.write( "312=24x\r \n" ); document.write( "\n" ); document.write( "312/24=x\r \n" ); document.write( "\n" ); document.write( "x= 13 % \n" ); document.write( " |