Ask Your Question
1

What is the calculation for the combination index?

asked 2022-02-06 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-02-04 05:00:00 +0000

plato gravatar image

The combination index is calculated using the formula:

C(n,r) = n! / [(n-r)! * r!]

Where: - n is the total number of items in the set - r is the number of items to choose from the set - ! denotes factorial, which means multiplying the numbers from n down to 1

For example, if you have a set of 5 items and want to choose 3 of them, the combination index would be:

C(5,3) = 5! / [(5-3)! * 3!] = 10

This means that there are 10 possible combinations of 3 items that can be chosen from a set of 5.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-02-06 11:00:00 +0000

Seen: 21 times

Last updated: Feb 04 '23