What Combinations is
Combinations are a way of selecting items from a larger set in which the order of the items is not important.
Steps for Combinations:
-
Determine the number of items you are selecting from (n).
-
Choose the number of items to be selected (r).
-
Calculate the number of possible combinations using the formula C(n,r) = n! / (r!(n-r)!).
-
List out all of the possible combinations.
-
If desired, cross off unwanted combinations.
-
Count the number of remaining combinations to get the final answer.
Examples
-
Combinations can be used in analyzing gene sequences in order to identify patterns that are likely to be associated with certain traits or diseases.
-
Combinations can be used in analyzing survey data to identify the most common combinations of responses to particular questions.
-
Combinations can be used in calculating sample sizes for experiments when the number of combinations of factors is too large to be considered exhaustively.
-
Combinations can be used to identify the most profitable combinations of investments for a portfolio.
-
Combinations can be used to identify the most efficient routes for traveling from one location to another.