Week 2 Chapter 1. Number System
Week 2 Chapter 1. Number System
Number
• is an arithmetic value used for representing the
quantity and used in making calculations
• is a value created by the combination of digits with
the help of certain rules.
Example: −𝟒 = 𝟐𝒊
NUMBER CLASSIFICATION
Example: −𝟒 = 𝟐𝒊
NUMBER CLASSIFICATION
4 2 8 6 3 27
5
2
3
= 3
6 = 1 -3 = - 1
2.7 = 10
7 5 3456
0.7 = 10 0.625 = 8 34.56 = 100
1 3 1
0.3 = 3 0.27 =
11 0.142857 = 7
Rational Numbers
A rational number is any number that can be expressed as the
ratio of two integers.
a
All terminating and repeating decimals can be expressed in
this way so they are irrational numbers.
b
Show that the terminating decimals below are rational.
Rational
Rational Numbers
A rational number is any number that can be expressed as the
ratio of two integers.
a
All terminating and repeating decimals can be expressed in
this way so they are irrational numbers.
b
By looking at the previous examples can you spot a quick method of
determining the rational number for any given repeating decimal.
3 45 273 1234
9 99 999 9999
NUMBER CLASSIFICATION
1111012 7B316
Decimal Number System
The decimal number system uses ten digits: 0, 1, 2, 3, 4,
5, 6, 7, 8 and 9 with the base number as 10.
The decimal number system is the system that we
generally use to represent numbers in real life. The
decimal number system is also known as the Hindu-Arabic
or Arabic number system since in ancient civilizations it
was difficult to multiply and divide large numbers by using
hands.
For example: 72310, 3210, 425710 are some examples of
numbers in the decimal number system.
If any number is represented without a base, it means that
its base is 10.
Example: 5348
In decimal number system, each digit in the number is at a specific
place with place value a product of different powers of 10. Here, the
place value is termed from right to left as first place value called units,
second to the left as Tens, so on Hundreds, Thousands, etc. Here, units
have the place value as 100, tens have the place value as 101, hundreds
as 102, thousands as 103, and so on.
Solution:
= ( 1 x 10 4 ) + ( 2 x 10 3 ) + ( 3 x 10 2 ) + (6 x 10 1 )+(5 x 10 0)
= 12,365
Example 2: 341,975,052 has place values as,
Solution:
341,975,052
Binary Number System
"Bi" in Binary means "two". Binary system is used to
represent a number in terms of two numbers only, 0 and
1. The numbers in this system have a base (radix) of 2.
Digits 0 and 1 are called bits, a group of 4 bits is called a
nibble, and 8 bits together make a byte.
The data in computers is stored in terms of bits and bytes. The binary
number system does not deal with other numbers such as 2,3,4,5 and so
on. The binary number system is used commonly by computer
languages like Java, C++. As the computer only understands binary
language that is 0 or 1, all inputs given to a computer are decoded by it
into series of 0's or 1's to process it further.
= 64 + 0 + 16 + 0 + 4 + 0 + 1
0101012 = 8510
Step 3: Divide the given number by the base of the required number
and note down the quotient and the remainder in the quotient-
remainder form. Repeat this process (dividing the quotient again by the
base) until we get the quotient less than the base.
Step 4: The given number in the octal number system is obtained just
by reading all the remainders and the last quotient from bottom to top.
8 divided by 2 4 0
4 divided by 2 2 0
2 divided by 2 1 0
Step 3: The given number in the binary number system is obtained just
by reading all the remainders and the last quotient from bottom to top.
Step 2: Divide the given number by the base of the required number and
note down the quotient and the remainder in the quotient-remainder form.
Repeat this process (dividing the quotient again by the base) until we get
the quotient less than the base.
Decimal Number divided by 2 Quotient Remainder
Step 1 Identify the base of the given number. Here, the base of (67F)16
is 16
(67F)16 = ( 6 * 16 2 ) + ( 7 * 16 1 ) + ( 15 * 16 0 )
= ( 6 * 256 ) + ( 7 * 16 ) + ( 15 * 1 )
= 1536 + 112 + 15
Step 1 Identify the base of the given number. Here, the base of (AE5)16
is 16
(AE5)16 = ( A * 16 2 ) + ( E * 16 1 ) + ( 5 * 16 0 )
= ( 10 * 256 ) + ( 14 * 16 ) + ( 5 * 1 )
= 2560 + 224 + 5
(AE5)16 = 278910
Step 3: Divide the given number by the base of the required number and
note down the quotient and the remainder in the quotient-remainder form.
Repeat this process (dividing the quotient again by the base) until we get
the quotient less than the base.