- Factorial Notation:Let n be a positive integer. Then, factorial n, denoted n! is defined as:n! = n(n - 1)(n - 2) ... 3.2.1.Examples:
- We define 0! = 1.
- 4! = (4 x 3 x 2 x 1) = 24.
- 5! = (5 x 4 x 3 x 2 x 1) = 120.
- Permutations:The different arrangements of a given number of things by taking some or all at a time, are called permutations.Examples:
- All permutations (or arrangements) made with the letters a, b, c by taking two at a time are (ab, ba, ac, ca, bc, cb).
- All permutations made with the letters a, b, c taking all at a time are:
( abc, acb, bac, bca, cab, cba)
- Number of Permutations:Number of all permutations of n things, taken r at a time, is given by:
nPr = n(n - 1)(n - 2) ... (n - r + 1) = n! (n - r)! Examples:- 6P2 = (6 x 5) = 30.
- 7P3 = (7 x 6 x 5) = 210.
- Cor. number of all permutations of n things, taken all at a time = n!.
- An Important Result:If there are n subjects of which p1 are alike of one kind; p2 are alike of another kind;p3 are alike of third kind and so on and pr are alike of rth kind,
such that (p1 + p2 + ... pr) = n.Then, number of permutations of these n objects is = n! (p1!).(p2)!.....(pr!)
USE THIS SEARCH BOX AND GET MORE QUESTIONS UPDATES
Showing posts with label Important Formulas. Show all posts
Showing posts with label Important Formulas. Show all posts
Saturday, February 7, 2015
Permutation and Combination
Subscribe to:
Posts (Atom)