Thread: Combinations
View Single Post
  #2  
Old November 6th, 2009, 07:45 AM
courteous courteous is offline
Member
 
Join Date: Aug 2008
Location: big slice of heaven
Posts: 80
Thanks: 16
Thanked 7 Times in 7 Posts
courteous is on a distinguished road
Default

Choosing x elements out of set of n elements (z_1, ..., z_n) and disregarding their order is the definition of combinations.

F(x, z_1, ..., z_n) = \frac{n(n-1)...(n-x+1)}{x!}=\frac{n!}{(n-x)!x!}={n \choose x}
Reply With Quote