Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Function Reference : Spread Functions : Primitive Functions : COMBIN
Q11519 - INFO: COMBIN

COMBIN (Primitive Spread Function) returns the number of possible combinations for a specified number of items.

SYNTAX:

COMBIN(value1,value2)

REMARKS:

Specify the number of items using the value1 argument. Specify the number of items in each possible combination using the value2 argument. Both arguments must be positive integers, and the value1 argument must be greater than or equal to the value2 argument.

A combination is any set or subset of items, regardless of the internal order of the items. Contrast with permutation (the PERMUT function).

The number of combinations is calculated as follows, where value1=n and value2=k:

                                           

                           where:   

                                     

EXAMPLES:

COMBIN(C4,B2)
COMBIN(B3,5)
COMBIN(8,2)=28
COMBIN(100,3)=161700

Related Articles
Q11571 - INFO: PERMUT

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 8/25/2008 3:17 PM.
Last Modified on 8/26/2008 9:47 AM.
Last Modified by No Author Name Available!.
Article has been viewed 2412 times.
Rated 6 out of 10 based on 4 votes.
Print Article
Email Article