document.write( "Question 1112811: An ice cream shop makes 14 different flavors of ice cream. You can get each flavor in a waffle cone, sugar cone, cake cone, or a cup. If you are daring you can add one of these toppings rainbow sprinkles, cookie crumbs, or peanuts as a topping.
\n" );
document.write( "How many different outcomes are possible? \n" );
document.write( "
Algebra.Com's Answer #727825 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "14 choices for the flavor (you need to choose exactly one). \n" ); document.write( "4 choices for how it is served (you need to choose exactly one). \n" ); document.write( "4 choices for topping (one of the 3 toppings available, or \"no topping\"). \n" ); document.write( "Fundamental Counting Principle: multiply the number of choices. 14*4*4 = 224. \n" ); document.write( "Answer: 224 combinations possible \n" ); document.write( " |