Complex Number Basics
Complex Number Basics
Factorial
The continued product of first 'n' natural numbers is called the 'n factorial' and is denoted by
n!
Ex : 4! = 1 × 2 × 3 × 4
1.nPr = n!/(n-r)!
2.nPn = n!
3.nP1 = n
2.nC1 = n
3.nC0 = 1 = nCn
4.nCr = nCn-r
5.nCr = nPr/r!
The number of all permutations of n distinct items or objects taken 'r' at a time is n(n-1)(n-
2)...........(n-(r-1)) = n P r
objects is
· If there are n subjects of which p 1 are alike of one kind; p 2 are alike of another
kind; p 3 are alike of third kind and so on and p r are alike of r thkind,
such that ( p 1 + p 2 + ... p r ) = n .