document.write( "Question 109952: The ice cream parlor can make a sundae using any combination of 6 toppings and 4 different types of ice cream, as shown on the menu below.
\n" );
document.write( "Types of Ice Cream Sundae Toppings
\n" );
document.write( "vanilla hot fudge
\n" );
document.write( "chocolate hot caramel
\n" );
document.write( "strawberry cookie crumbs
\n" );
document.write( "coffee nuts
\n" );
document.write( "candy pieces
\n" );
document.write( "chocolate sprinkles \r
\n" );
document.write( "\n" );
document.write( "A. Anne wants a sundae with 2 different toppings on chocolate ice cream. How many different combinations of toppings for Anne’s sundae are possible? Show your work and explain why you did each step.
\n" );
document.write( "B. Will wants a sundae with 3 different toppings on any type of ice cream. How many different sundae combinations are possible? Show your work and explain why you did each step \n" );
document.write( "
Algebra.Com's Answer #80184 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The ice cream parlor can make a sundae using any combination of 6 toppings and 4 different types of ice cream, as shown on the menu below. \n" ); document.write( "Types of Ice Cream Sundae Toppings \n" ); document.write( "vanilla hot fudge \n" ); document.write( "chocolate hot caramel \n" ); document.write( "strawberry cookie crumbs \n" ); document.write( "coffee nuts \n" ); document.write( "candy pieces \n" ); document.write( "chocolate sprinkles \r \n" ); document.write( "\n" ); document.write( "A. Anne wants a sundae with 2 different toppings on chocolate ice cream. How many different combinations of toppings for Anne’s sundae are possible? Show your work and explain why you did each step. \n" ); document.write( "---------- \n" ); document.write( "6C2 = 6*5/1*2 = 15 \n" ); document.write( "----------------- \n" ); document.write( "There are 6 ways to choose the 1st topping and 5 ways to choose the 2nd \n" ); document.write( "topping. There there are 30 arrangements of 2 toppings. But each pair \n" ); document.write( "of toppings appears twice in the list of arrangements: for example,the \n" ); document.write( "pair coffee nots/candy pieces appears appears twice but is only one pair. \n" ); document.write( "So dividing all the arrangements by 2 gives 15 pairs (or combinations) \n" ); document.write( "of two toppings. \n" ); document.write( "----------------------------\r \n" ); document.write( "\n" ); document.write( "B. Will wants a sundae with 3 different toppings on any type of ice cream. How many different sundae combinations are possible? Show your work and explain why you did each step \n" ); document.write( "6C3 = 6*5*4/1*2*3= 20 \n" ); document.write( "Same reasoning as above: 120 arrangements but 6 ways to arrange the three \n" ); document.write( "elements of each group (combination). \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |