ALGEBRA :
1. Sum of first n natural numbers = n(n+1)/2
2. Sum of the squares of first n natural numbers = n(n+1)(2n+1)/6
3. Sum of the cubes of first n natural numbers = [n(n+1)/2]2
4. Sum of first n natural odd numbers = n2
5. Average = (Sum of items)/Number of items
Arithmetic Progression (A.P.):
An A.P. is of the form a, a+d, a+2d, a+3d, ...
where a is called the 'first term' and d is called the 'common difference'
1. nth term of an A.P. tn = a + (n-1)d
2. Sum of the first n terms of an A.P. Sn = n/2[2a+(n-1)d] or Sn = n/2(first term + last term)
Geometrical Progression (G.P.):
A G.P. is of the form a, ar, ar2, ar3, ...
where a is called the 'first term' and r is called the 'common ratio'.
1. nth term of a G.P. tn = arn-1
2. Sum of the first n terms in a G.P. Sn = a|1-rn|/|1-r|
Permutations and Combinations :
1. nPr = n!/(n-r)!
2. nPn = n!
3. nP1 = n
1. nCr = n!/(r! (n-r)!)
2. nC1 = n
3. nC0 = 1 = nCn
4. nCr = nCn-r
5. nCr = nPr/r!
Number of diagonals in a geometric figure of n sides = nC2-n
Continue reading...