document.write( "Question 1094499: A pizza parlor has a choice of
\n" );
document.write( "11
\n" );
document.write( " toppings for its pizzas. From these
\n" );
document.write( "11
\n" );
document.write( " toppings, how many different
\n" );
document.write( "8
\n" );
document.write( "-topping pizzas are possible? \n" );
document.write( "
Algebra.Com's Answer #709103 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! You need to choose 8 of the 11 available toppings; the number of ways you can do that is, by definition, \"11 choose 8\", 11C8. For the actual calculation of the number, note that 11C8 is the same number as 11C3 (since each combination of 8 of the 11 toppings you choose corresponds to choosing NOT to choose 3 of the 11 toppings). \n" ); document.write( "11C3 is \n" ); document.write( " \n" ); document.write( "There are 165 different pizzas you can make with 8 of the 11 toppings. \n" ); document.write( " |