TYPES OF NUMBERS
TESTS OF DIVISIBILITY
If p arid q are not co-primes, then the given number need not be divisible by pq, even when it is divisible by both p and q.
Ex. 36 is divisible by both 4 and 6, but it is not divisible by (4x6) = 24, since 4 and 6 are not co-primes.
- Natural Numbers : Counting numbers 1, 2, 3, 4, 5,..... are called natural numbers.
- Whole Numbers : All counting numbers together with zero form the set of whole numbers. Thus,
- 0 is the only whole number which is not a natural number.
- Every natural number is a whole number.
- Integers : All natural numbers, 0 and negatives of counting numbers i.e., {…, -3,-2,-1, 0, 1, 2, 3,…..} together form the set of integers.
- Positive Integers : {1, 2, 3, 4, …..} is the set of all positive integers.
- Negative Integers : {- 1, - 2, - 3,…..} is the set of all negative integers.
- Non-Negative Integers : {0, 1, 2, 3,….} represents the set of non-negative integers.
- Non-Positive Integers : {0, -1,-2,-3,…..} represents the set of non-positive integers.
- Even Numbers : A number divisible by 2 is called an even number, e.g., 2, 4, 6, 8, 10, etc.
- Odd Numbers : A number not divisible by 2 is called an odd number. e.g., 1, 3, 5, 7, 9, 11, etc.
- Prime Numbers : A number greater than 1 is called a prime number, if it has exactly two factors, namely 1 and the number itself.
- Prime numbers upto 100 are : 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43,47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97.
- Prime numbers Greater than 100 : Letp be a given number greater than 100. To find out whether it is prime or not, we use the following method :
- Find a whole number nearly greater than the square root of p. Let k > *jp. Test whether p is divisible by any prime number less than k. If yes, then p is not prime. Otherwise, p is prime.
- e.g,,
- We have to find whether 191 is a prime number or not. Now, 14 > V191.
- Prime numbers less than 14 are 2, 3, 5, 7, 11, 13.
- 191 is not divisible by any of them. So, 191 is a prime number.
- Composite Numbers : Numbers greater than 1 which are not prime, are known as composite numbers, e.g., 4, 6, 8, 9, 10, 12.
- Co-primes Numbers : Two numbers a and b are said to be co-primes, if their H.C.F. is 1. e.g., (2, 3), (4, 5), (7, 9), (8, 11), etc. are co-primes,
- 0 is neither positive nor negative.
- 1 is neither prime nor composite.
- 2 is the only even number which is prime.
- There are 25 prime numbers between 1 and 100.
TESTS OF DIVISIBILITY
- Divisibility By 2 : A number is divisible by 2, if its unit's digit is any of 0, 2, 4, 6, 8.
- Ex. 84932 is divisible by 2, while 65935 is not.
- Divisibility By 3 : A number is divisible by 3, if the sum of its digits is divisible by 3.
- Ex.592482 is divisible by 3, since sum of its digits = (5 + 9 + 2 + 4 + 8 + 2) = 30, which is divisible by 3.
- But, 864329 is not divisible by 3, since sum of its digits =(8 + 6 + 4 + 3 + 2 + 9) = 32, which is not divisible by 3.
- Divisibility By 4 : A number is divisible by 4, if the number formed by the last two digits is divisible by 4.
- Ex. 892648 is divisible by 4, since the number formed by the last two digits is
- 48, which is divisible by 4.
- But, 749282 is not divisible by 4, since the number formed by the last tv/o digits is 82, which is not divisible by 4.
- Divisibility By 5 : A number is divisible by 5, if its unit's digit is either 0 or 5. Thus, 20820 and 50345 are divisible by 5, while 30934 and 40946 are not.
- Divisibility By 6 : A number is divisible by 6, if it is divisible by both 2 and 3. Ex. The number 35256 is clearly divisible by 2.
- Sum of its digits = (3 + 5 + 2 + 5 + 6) = 21, which is divisible by 3. Thus, 35256 is divisible by 2 as well as 3. Hence, 35256 is divisible by 6.
- Divisibility By 8 : A number is divisible by 8, if the number formed by the last three digits of the given number is divisible by 8.
- Ex. 953360 is divisible by 8, since the number formed by last three digits is 360, which is divisible by 8.
- But, 529418 is not divisible by 8, since the number formed by last three digits is 418, which is not divisible by 8.
- Divisibility By 9 : A number is divisible by 9, if the sum of its digits is divisible by 9.
- Ex. 60732 is divisible by 9, since sum of digits * (6 + 0 + 7 + 3 + 2) = 18, which is divisible by 9.
- But, 68956 is not divisible by 9, since sum of digits = (6 + 8 + 9 + 5 + 6) = 34, which is not divisible by 9.
- Divisibility By 10 : A number is divisible by 10, if it ends with 0.
- Ex. 96410, 10480 are divisible by 10, while 96375 is not.
- Divisibility By 11 : A number is divisible by 11, if the difference of the sum of its digits at odd places and the sum of its digits at even places, is either 0 or a number divisible by 11.
- Ex. The number 4832718 is divisible by 11, since :
- (sum of digits at odd places) - (sum of digits at even places)
- - (8 + 7 + 3 + 4) - (1 + 2 + 8) = 11, which is divisible by 11.
- Divisibility By 12 ; A number is divisible by 12, if it is divisible by both 4 and 3. Ex. Consider the number 34632.
- (i) The number formed by last two digits is 32, which is divisible by 4,
- (ii) Sum of digits = (3 + 4 + 6 + 3 + 2) = 18, which is divisible by 3. Thus, 34632 is divisible by 4 as well as 3. Hence, 34632 is divisible by 12.
- Divisibility By 14 : A number is divisible by 14, if it is divisible by 2 as well as 7.
- Divisibility By 15 : A number is divisible by 15, if it is divisible by both 3 and 5.
- Divisibility By 16 : A number is divisible by 16, if the number formed by the last4 digits is divisible by 16.
- Ex.7957536 is divisible by 16, since the number formed by the last four digits is 7536, which is divisible by 16.
- Divisibility By 24 : A given number is divisible by 24, if it is divisible by both 3 and 8.
- Divisibility By 40 : A given number is divisible by 40, if it is divisible by both 5 and 8.
- Divisibility By 80 : A given number is divisible by 80, if it is divisible by both 5 and 16.
If p arid q are not co-primes, then the given number need not be divisible by pq, even when it is divisible by both p and q.
Ex. 36 is divisible by both 4 and 6, but it is not divisible by (4x6) = 24, since 4 and 6 are not co-primes.
No comments:
Post a Comment