document.write( "Question 1133505: A pizza parlor has a choice of
\n" ); document.write( "12\r
\n" ); document.write( "\n" ); document.write( " toppings for its pizzas. From these
\n" ); document.write( "12\r
\n" ); document.write( "\n" ); document.write( " toppings, how many different
\n" ); document.write( "6\r
\n" ); document.write( "\n" ); document.write( "-topping pizzas can be ordered? Assume that the order in which the toppings are listed does not matter.
\n" ); document.write( "

Algebra.Com's Answer #750743 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Basic combinatorics principles -- permutations and combinations.

\n" ); document.write( "If order DID matter, you would have 12 choices for the first topping, then 11 for the second, ..., and 7 for the sixth. The total number of ORDERED sets of toppings (permutations) would be

\n" ); document.write( "\"12%2A11%2A10%2A9%2A8%2A7+=+665280\"

\n" ); document.write( "That number is \"12P6\", the number of ordered ways (permutations) to choose 6 of 12 things.

\n" ); document.write( "In your problem, the order does NOT matter. For that we have the number of combinations of 6 of 12 things, \"12C6\". To calculate that number, we take the number 12P6, the number of ORDERED ways we could choose 6 of the 12 toppings, and divide it by the number of different ORDERS in which we could have chosen those 6 toppings.

\n" ); document.write( "Similar to the reasoning above, we would have 6 choices for the first one we chose, 5 choices for the second, ..., and 1 choice for the sixth. So the number of different ways we could have chosen any particular 6 toppings is 6*5*4*3*2*1 = 720.

\n" ); document.write( "Then the number of COMBINATIONS (order doesn't matter) of 6 of 12 toppings is

\n" ); document.write( "\"665280%2F720+=+924\"

\n" ); document.write( "If you don't have a calculator to do the calculations for you, the calculation to do by hand is

\n" ); document.write( "\"%2812%2A11%2A10%2A9%2A8%2A7%29%2F%286%2A5%2A4%2A3%2A2%2A1%29\"

\n" ); document.write( "There will always be lots of common factors with which you can simplify the fraction; and if you do the simplification correctly the answer will always be a whole number.

\n" ); document.write( "For example, in this calculation 5*2=10 and 4*3=12, so a partially simplified fraction is

\n" ); document.write( "\"%2811%2A9%2A8%2A7%29%2F6\"
\n" ); document.write( "
\n" );