View Single Post
  #3  
Old August 21st, 2008, 01:23 AM
jason88 jason88 is offline
Newbie
 
Join Date: Aug 2008
Posts: 3
Country:
Thanks: 1
Thanked 0 Times in 0 Posts
jason88 is on a distinguished road
Default

Quote:
Originally Posted by wisterville View Post
Hello,

You divide 20 (identical) dices into 3 categories: 1, 2 or 3.

So,
{}_3H_{20}={}_{3+20-1}C_{20}
={}_{22}C_{20}={}_{22}C_2
=\frac{22\cdot 21}{2!}=231.

Maybe this notation is not so common, so let me explain a bit.
{}_{22}C_{20} is the binomial coefficient, sometimes written \begin{pmatrix}22\\20\end{pmatrix}.
It counts the combinations, allowing no repetitions.
(You choose 20 different elements out of 22 ones. The order of choice is arbitrary.)
{}_{3}H_{20} counts the combinations, allowing repetitions.
(You choose 20 (maybe same)elements out of 3 ones. The order of choice is arbitrary.)

You align the 20 dices and (3-1=)2 separators in one row.
The dices left of the separators are 1,
the dices between the separators are 2,
the dices right of the separators are 3.
How many alignments are there?
You have 22 places to put the dices or separators,
choose 20 places for the dices and you are done.

Bye.
Thanks wisterville for your very informative answer.
I had no idea it was that complex! And there I was writing out all the combinations on paper!
how do you enter that forumla into a calculator?

Also, what if instead of dice:
there were 20 people who could each either run, skip or jump.
How many combinations can be made?


To be even more complicated, what if 10 people out of the 20 could only run and skip?

Thanks for any help.

Last edited by jason88; August 21st, 2008 at 01:42 AM.
Reply With Quote