24 November 2020 09:46
SUM RULE
If r activities can be performed in n1, n2, …, nr ways and if they are disjoint, viz., cannot be
performed simultaneously, then any one of the r activities can be performed in (n1 + n2 + … + nr)
ways.
PERMUTATIONS WITH REPETITION
1) When repetition of n elements contained in a set is permitted in r-permutations, then the
number of r-permutations is 𝑛 .
Recursion Page 1
, 2) The number of different permutations of n objects which include n1 identical objects of type I,
n2 identical objects of type II, … and nk identical objects of type k is equal to
, where n1 + n2 + ….+ nk = n.
Recursion Page 2