document.write( "Question 962244: Baskin-Robbins advertises that it has 31 flavors of ice cream.\r
\n" );
document.write( "\n" );
document.write( "a.) How many different double scoop cones can be made?
\n" );
document.write( "(Assume that the order of the scoops matters)\r
\n" );
document.write( "\n" );
document.write( "b.) how many different triple-scoop cones can be made?\r
\n" );
document.write( "\n" );
document.write( "c.) How many different double-scoop cones can be made if order doesn't matter?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #587870 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Baskin-Robbins advertises that it has 31 flavors of ice cream.\r \n" ); document.write( "\n" ); document.write( "a.) How many different double scoop cones can be made? \n" ); document.write( "(Assume that the order of the scoops matters) \n" ); document.write( "31*30 \n" ); document.write( "==================== \n" ); document.write( "b.) how many different triple-scoop cones can be made? \n" ); document.write( "31*30*29 (if order matters) \n" ); document.write( "==================== \n" ); document.write( "c.) How many different double-scoop cones can be made if order doesn't matter? \n" ); document.write( "31*30/2 \n" ); document.write( " \n" ); document.write( " |