Tuesday, 21 February 2017

Simplification ( PART II )

Divisibility

NumbersIF A NumberExamples
Divisible by 2End with 0,2,4,6,8 are divisible by 2254,326,3546,4718 all are divisible by 2
Divisible by 3Sum of its digits  is divisible by 3375,4251,78123 all are divisible by 3.  [549=5+4+9][5+4+9=18]18 is divisible by 3  hence 549 is divisible by 3.
Divisible by 4Last two digit divisible by 45648 here last 2 digits are 48 which is divisible by 4 hence 5648 is also divisible by 4.
Divisible by 5Ends with 0 or 5225 or 330 here last digit digit is 0 or 5 that mean both the numbers are divisible by 5.
Divisible by 6Divides by Both 2 & 34536 here last digit is 6 so it divisible by 2 & sum of its digit (like 4+5+3+6=18) is 18 which is divisible by 3.Hence 4536 is divisible by 6.
Divisible by 8Last 3 digit divide by 8746848 here last 3 digit 848 is divisible by 8 hence 746848 is also divisible by 8.
Divisible by 10End with 0220,450,1450,8450 all numbers has a last digit zero it means all are divisible by 10.
Divisible by 11[Sum of its digit in
 odd places-Sum of its digits
in even places]= 0 or multiple of 11
Consider the number 39798847
 (Sum of its digits at odd places)-(Sum of its digits at even places)(7+8+9+9)-(4+8+7+3)
(23-12)
23-12=11, which is divisible by 11. So 39798847 is divisible by 11.

Division & Remainder Rules

Suppose we divide 45 by 6
Division Terms

hence ,represent it as:
dividend = ( divisorquotient ) + remainder
or
divisior= [(dividend)-(remainder] / quotient
could be write it as 
x = kq + r where (x = dividend,k = divisor,q = quotient,r = remainder)

Example:
On dividing a certain number by 342, we get 47 as remainder. If the same number is divided by 18, what will be the remainder ?
Number = 342k + 47
( 18 19k ) + ( 18 2 ) + 11
18 ( 19k + 2 ) +11.
Remainder = 11

Sum Rules

(1+2+3+.........+n) = 1/n(n+1)
(12+22+32+.........+n2) = 1/n (n+1) (2n+1)
(13+23+33+.........+n3) = 1/4 n2 (n+1)2
Arithmetic Progression (A.P.)
a, a + d, a + 2d, a + 3d, ....are said to be in A.P. in which first term = a and common difference = d.
Let the nth term be tn and last term = l, then
a) nth term = a + ( n - 1 ) d
b) Sum of n terms = n/2 [2a + (n-1)d]
c) Sum of n terms = n/2 (a+l) where l is the last term

No comments:

Post a Comment