Monday, January 12, 2015

Practicing Entrance Exams : Online /Offline


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.

We define 0! = 1.
2! = 2 x 1 = 2
3! = 3 x 2 x 1 = 6
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.

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)

Click here for Practicing