Basic Math Class (Number Part-III)

Numbers-III

VI.  MULTIPLICATION BY SHORT CUT METHODS


1.  Multiplication By Distributive Law :

        (i) a x (b + c) = a x b + a x c
       (ii) a x (b-c) = a x b-a x c.

   Ex.   

       (i)    567958 x 99999 
           = 567958 x (100000 - 1)
           = 567958 x 100000 - 567958 x 1 
           = (56795800000 - 567958) 
           = 56795232042. 

      (ii)     978 x 184 + 978 x 816 
             = 978 x (184 + 816) 
             = 978 x 1000 
             = 978000.

2.  Multiplication of a Number By 5n:  

Put n zeros to the right of the multiplicand and divide the number so formed by 2n

       Ex. 975436 x 625 
          = 975436 x 54
          = 9754360000 
          = 609647600


VII.   BASIC FORMULAE

1. (a + b)2 = a2 + b2 + 2ab                      
2. (a - b)2 = a2 + b2 - 2ab
3. (a + b)2 - (a - b)2 = 4ab                       
4. (a + b)2 + (a - b)2 = 2 (a2 + b2)
5.  (a2 - b2) = (a + b) (a - b)
6.  (a + b + c)2 = a2 + b2 + c2 + 2 (ab + bc + ca)
7.  (a3 + b3) = (a +b) (a2 - ab + b2)        8. (a3 - b3) = (a - b) (a2 + ab + b2)
9. (a3 + b3 + c3 -3abc) = (a + b + c) (a2 + b2 + c2 - ab - bc - ca)
10. If a + b + c = 0, then a3 + b3 + c3 = 3abc. 

VIII.  DIVISION ALGORITHM OR EUCLIDEAN ALGORITHM

If we divide a given number by another number, then :

      Dividend = (Divisor x Quotient) + Remainder

IX   (i) (xn - an ) is divisible by (x - a) for all values of n.
            (ii) (xn - an) is divisible by (x + a) for all even values of n.
           (iii) (xn + an) is divisible by (x + a) for all odd values of n.

X. PROGRESSION

A succession of numbers formed and arranged in a definite order according to certain definite rule, is called a progression.

1. Arithmetic Progression (A.P.) : 

If each term of a progression differs from its preceding term by a constant, then such a progression is called an arithmetical progression. This constant difference is called the common difference of the A.P. An A.P. with first term a and common difference d is given by a, (a + d), (a + 2d),(a + 3d),.....

The nth term of this A.P. is given by Tn =a (n - 1) d.
The sum of n terms of this A.P.
Sn = n/2 [2a + (n - 1) d] = n/2   (first term + last term).

SOME IMPORTANT RESULTS :

 (i)   (1 + 2 + 3 +…. + n) =n(n+1)/2
(ii)   (l2 + 22 + 32 + ... + n2) = n (n+1)(2n+1)/6
(iii)  (13 + 23 + 33 + ... + n3) =n2(n+1)2


2. Geometrical Progression (G.P.): 

A progression of numbers in which every term bears a constant ratio with its preceding term, is called a geometrical progression. The constant ratio is called the common ratio of the G.P. A G.P. with first term a and common ratio r is :
a, ar, ar2,
In this G.P. Tn = arn-1
sum of the n terms, Sn=   a(1-rn)
                                          (1-r)


To be Continued........

Popular posts from this blog

Programmed Statistics by BL Agarwal

A Beginner’s Guide to R

Introduction to Statistics and Data Analysis