Question
Question: An ordinary cubical dice having six faces marked with alphabets \(\mathrm{A}, \mathrm{B}, \mathrm{C}...
An ordinary cubical dice having six faces marked with alphabets A,B,C,D,E and F is thrown n times and the list of n alphabets showing up are noted. Find the total number of ways in which among the alphabets A,B,C,D,E and F only three of them appear in the list.
Solution
Permutations and combinations, the various ways in which objects from a set may be selected, generally without replacement, to form subsets. This selection of subsets is called a permutation when the order of selection is a factor, a combination when order is not a factor.
The formula for permutations is: nPr=(n−r)!n!
The formula for combinations is: nCr=r!(n−r)!n!
A combination is a mathematical technique that determines the number of possible arrangements in a collection of items where the order of the selection does not matter. In combinations, we can select the items in any order. Combinations can be confused with permutations. In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word "permutation" also refers to the act or process of changing the linear order of an ordered set.
Complete step by step solution:
A combination is a mathematical technique that determines the number of possible arrangements in a collection of items where the order of the selection does not matter. In combinations, we can select the items in any order. Combinations can be confused with permutations. In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word "permutation" also refers to the act or process of changing the linear order of an ordered set.
Out of six faces, three can be selected in 6C3 ways.
Consider one such selection, say ABC. Each of the ′n′ places can
be filled in three ways.
So the total number of ways is 3n.
But this includes those ways also, which contain exactly one alphabet or exactly two alphabets which are to be subtracted.
Now, number of ways which contain only one letter is 3 and number of ways containing exactly two alphabets is 3C2(2n−2).
Hence, the number of ways is 3n−3C2(2n−2)−3
So, required number of ways is 6C3[3n−3C2(2n−2)−3].
Note:
One could say that a permutation is an ordered combination. The number of permutations of n objects taken r at a time is determined by the following formula:
P(n,r)=(n−r)!n!. n! is read n factorial and means all numbers from 1 to n multiplied. Combinations are a way to calculate the total outcomes of an event where order of
the outcomes do not matter.
To calculate combinations, we will use the formula nCr=r!(n−r)!n!, where n represents the total number of items, and r represents the number of items being chosen at a time. Thus, nPr,r The number of possibilities for choosing an ordered set of r objects (a permutation) from a total of n objects.