The formula to calculate the number of combinations (C) is:
C(n,r)=n!r!(n−r)!
Where:
Let's say we have 5 items and we want to choose 3. Using the formula:
C(5,3)=5!3!(5−3)!=5!3!⋅2!=1206⋅2=10
So, the number of combinations is 10.
A combination is a selection of items from a larger set where the order of selection does not matter. It is used in various fields such as statistics, mathematics, and probability.