You wish to determine the number of unique combinations that can result from a process that involves n_1 options in one respect, n_2 in another respect, and so on. The counting method you should use is:
- The binomial formula.
- The multiplication rule.
- The multinomial formula.
- The permutation rule.
Answer(s): B
Explanation:
The multiplication rule of counting states that the number of combinations available when there are n_1 options in one aspect, n_2 in another, and so on, up to n_k, is n_1 * n_2 * ... * n_k.
Reveal Solution Next Question