Number System
Number System
Classification of numbers:
Numbers are broadly classified as real numbers and complex numbers. We will be looking into only real
numbers.
● Rational Numbers- Numbers which can be represented in the form p/q where q is not equal to
zero.
● irrational- Numbers which cannot be represented in the form p/q where q not equal to zero
eg: √3, √2
Factors:To factor a number means to break it up into numbers that can be multiplied together to
get the original number.
Given number convert into prime factorization form i.e: 2x x3yx5z
www.talentsprint.com
1
1. Find no.of factors of a number = (x+1)*(y+1)*(z+1)
2. Find no.of factors of given number except 1 & itself = No.of.factors -2
3. Find no.of pair of factors of given number = No.of factors/2
4. Find no.of pair of factors of given number = (No.of factors +1)/2 (if No.of factors is an odd
number)
5. Find no.of pair of different factors of given number = (No.of factors -1)/2
6. Find no.of prime factors of given number = (x + y + z)
7. Find no.of different prime factors of given number = no.of base values(a,b,c)
Divisibility rules:
Divisibility by 7 – multiply unit digit by 2, subtract that value from remaining digits. Keep continuing this
process
Ex: 11347
www.talentsprint.com
2
Divisibility by 10 – last digit ‘0’
Divisibility by 11 -> find sum of alternatives digits & subtract thus & equal to zero or multiple of 11.
Ex:1 2 3 2 1
1+3+1=5
2+2=4
5-4 = 1 so not divisible by 11
eg:1 4 6 4 1
1+6+1=8
4+4=8
8 -8 = 0 so divisible by 11
Divisibility by 13 ->Multiply last digit by 4. Add it to remaining digit . Keep continuing this process
5066 + 4 = 5070-> 0 x 4 = 0
50 7+0=507 -> 7 x 4 = 28
50+28=78.
Divisibility by 17->Multiply last digit with 5. Subtract the answer from the remaining digits. Keep
continuing the process
35- 35 = 0
So divisible by 17.
www.talentsprint.com
3
Finding the unit digit of the given number with certain power value.
Pattern method:
1. If the unit digit of the given number is 0, 1, 5 or 6, then the same number will be the unit digit
of the given number (i.e., 0, 1, 5 or 6).
2. If the unit digit of the given number is 4, then we have to check the power value ie., whether the
given power is odd or even power. If it is odd power then, the unit digit is 4, if the power is even
number, then the unit will be 6.
3. The same condition is applicable for 9. If it odd power then, the unit digit is 9, if it is even
power, then the unit digit is 1.
4. If the unit digit of the given number is 2, 3, 7, or 8, then
Unit digit 2 2 ^ 1 =2
2 ^ 2 =4
2^3=8
2^4=6
Unit digit 3 3 ^ 1= 3
3^2=9
3^3=7
www.talentsprint.com
4
3^4=1
7^2=9
7^3=3
7^4=1
8^2=4
8^3=2
8^4=6
Case 1:
Any number with unit digit is 1: Last two digits of N is (…a1)^(…b) will be [Last digit of a*b]1.
www.talentsprint.com
5
Case 2:
If x ends in 2, 4, 6, 0r 8, we can nd the last two digits of the number raised to power with the help of the
following poi
2^10 ends in 24
76^Number ends in 76
The digit in the tens place is odd and the exponent y is odd, then the number ends in 75.
If the digit in the tens place is odd and the exponent y is even, then the number ends in 25.
Or if the digit in the tens place is even and the exponent y is odd, then the number ends in 25.
If the digit in the tens place is even and the exponent y is even, then the number ends in 25
1. A number being divided by d1 and d2 successively leaves remainders r1 and r2 respectively.Then
remainder when the same number is divided by d1*d2 .
Remainder = d1*r2+r1
www.talentsprint.com