PERMUTATION AND COMBINATION
The formula for permutation of n objects for r selection of objects is given by: P(n,r) = n!/(n-r)!
For example, the number of ways 3rd and 4th position can be awarded to 10 members is given by: P(10, 2) = 10!/(10-2)! = 10!/8! = (10.9.8!)/8! = 10 x 9 = 90
This is the permutation formula to compute the number of permutations feasible for the choice of “r” items from the “n” objects when repetition is allowed.
3. The number of permutation of n objects , when p objects are of one kind , q objects are of second kind , r objects are are of third kind and the rest , (if any) ,are of different kind is
Circular Permutation :
The arrangement in a circle are called circular permutation .
1. The number of circular permutation of n differnt objects = (n - 1)!
2. The number of ways in which n things of which p are alike , can be arranged in a circular order is
Combination :
Fundamental Counting Principle :
According to this principle, "If one operation can be performed in ‘m’ ways and there are n ways of performing a second operation, then the number of ways of performing the two operations together is m x n ". This principle can be extended to the case in which the different operation be performed in m, n, p, . . . . . . ways.
In this case the number of ways of performing all the operations one after the other is m ☓n ☓p ☓. . . . . . . . and so on
Comments