document.write( "Question 1184518: At the ice cream shop, there are 27 flavors of ice cream available. How many
\n" ); document.write( "ways can you select a bowl of 5 scoops of ice cream if each scoop is a
\n" ); document.write( "different flavor?
\n" ); document.write( "Your answer is :
\n" ); document.write( "
\n" ); document.write( "The ice cream shop has 8 types of toppings available, and you decide to add
\n" ); document.write( "4 toppings to your bowl of 5 scoops of ice cream. How many combinations of 5
\n" ); document.write( "scoops of ice cream and 4 toppings are possible?
\n" ); document.write( "Your answer is :
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #815131 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
At the ice cream shop, there are 27 flavors of ice cream available. How many
\n" ); document.write( "ways can you select a bowl of 5 scoops of ice cream if each scoop is a
\n" ); document.write( "different flavor?
\n" ); document.write( "
\r\n" );
document.write( "We will assume that the order in which the flavors are arranged in the bowl\r\n" );
document.write( "doesn't matter, so it's COMBINATIONS, not PERMUTATIONS.\r\n" );
document.write( "\r\n" );
document.write( "The COMBINATIONS of 27 flavors taken 5 scoops at a time is 27C5 or C(27,5)\r\n" );
document.write( "or 27C5 or 27C5 or \"%28matrix%282%2C1%2C27%2C5%29%29\" which is\r\n" );
document.write( "\r\n" );
document.write( "\"%2827%2A26%2A25%2A24%2A23%29%2F%285%2A4%2A3%2A2%2A1%29=80730\" ways.

\n" ); document.write( "----------------------------------------------------------------------------
\n" ); document.write( "The ice cream shop has 8 types of toppings available, and you decide to add
\n" ); document.write( "4 toppings to your bowl of 5 scoops of ice cream. How many combinations of 5
\n" ); document.write( "scoops of ice cream and 4 toppings are possible?
\r\n" );
document.write( "For each of those 80730 ways to have 5 flavors, there are all the\r\n" );
document.write( "COMBINATIONS of 8 toppings taken 4 at a time, which is 8C4 or C(8,4)\r\n" );
document.write( "or 8C4 or 8C4 or \"%28matrix%282%2C1%2C8%2C4%29%29\" which is \"%288%2A7%2A6%2A5%29%2F%284%2A3%2A2%2A1%29=70\" ways for the toppings, so \r\n" );
document.write( "(80730)(70) = 5651100 ways for ice cream and toppings.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );