asked 55.9k views
2 votes
Indicate the formula for the following conditions.

C(n,r)

2 Answers

3 votes

Answer:
C(n,r)=(n!)/(r!(n-r)!)

Explanation:

Definition: A combination is a collection or set of the elements such that the order of the arrangement of elements doesn't matter. It is a common technique to find the total number of combinations of elements present in an event . It is denoted by C(n,r) .

The formula for the number of combinations of n things taken r at a time is given by :-


C(n,r)=(n!)/(r!(n-r)!)

answered
User Corbie
by
8.0k points
1 vote
The formula for C(n,r), also known as "n choose r" or a combination,
is:
nCr = n! / (r!(n-r)!),
where n is the total number of options and r is number you must choose

The number generated is the total number of possible combinations.

The ! means factorial. For example, 4! = 4 x 3 x 2 x 1
answered
User Hudi
by
7.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.