Inbound 8857929041702102502
Inbound 8857929041702102502
1000 + 400 + 50 + 7
1457
Write (14)10 as a binary number.
Therefore:
(14)10 = 11102
Example: Convert 2158 into decimal.
Solution:
2158 = 2 × 82 + 1 × 81 + 5 × 80
= 2 × 64 + 1 × 8 + 5 × 1
= 128 + 8 + 5
= 14110
Example: Convert (242)10 into hexadecimal.
Solution:
242 ➗ 16 = 15.125 = 15 Remainder 2
15 ➗ 16 = 0.9375 = 0 Remainder 15
15 → F
2
Therefore:
(242)10 = (F2)16
1. Convert 7528 into a decimal number.
2. Convert 01012 into a decimal number.
3. Convert 9210 into a binary number.
4. Convert 1110102 into an octal number.
5. Convert 3568 into a decimal number.
6. Convert 2438 into a hexadecimal number.
1. Convert 7528 into a decimal number.
Solution:
7528 = 7 x 82 + 5 x 81 + 2 x 80
= 7 x 64 + 5 x 8 + 2 x 1
= 448 + 40 + 2
= 49010
2. Convert 01012 into a decimal number.
Solution:
9210 = 92 ➗ 2 = 46 Remainder 0
= 46 ➗ 2 = 23 Remainder 0
= 23 ➗ 2 = 11 Remainder 1
= 11 ➗ 2 = 5 Remainder 1
Therefore:
= 5 ➗ 2 = 2 Remainder 1
9210 = 10111002
=2 ➗ 2 = 1 Remainder 0
= 1 ➗ 2 = 0 Remainder 1
4. Convert 1110102 into an octal number.
Solution:
1110102 = 111 = 010
= (1 x 22) + (1 x 21) + (1 x 20) = (0 x 22) + (1 x 21) + (0 x 20)
=4+2+1 =0+2+0
=7 =2
THEREFORE:
1110102 = 728
4. Convert 1110102 into an octal number.
Solution:
1110102 = (1 x 25) + (1 x 24) + (1 x 23) + (0 x 22) + (1 x 21) + (0 x 20)
= (1 x 32 )+ (1 x 16) + (1 x 8) + (0 x 4) + (1 x 2) + (0 x 1)
= 5810
THEREFORE:
1110102 = 728
5. Convert 3568 into a decimal number.
Solution:
3568 = (3 x 82) + (5 x 81) + (6 x 80)
= (3 x 64) + (5 x 8) + (6 x 1)
= 192 + 40 + 6
=23810
6. Convert 2438 into a hexadecimal number.
Solution:
2 4 3
4 2 1 4 2 1 4 2 1
0 1 0 1 0 0 0 1 1
THEREFORE:
1 0 1 0 0 0 1 1 2438 = A3
8 4 2 1 8 4 2 1
8+2 2+1
10 3
A 3
1. Convert 2168 into a decimal number.
2. Convert 11100112 into a decimal number.
3. Convert 12810 into a binary number.
4. Convert 24210 into a hexadecimal number.
5. Convert 202310 into a octal number.
1. Convert 2168 into a decimal number.
Solution:
2168 = 2 x 82 + 1 x 81 + 6 x 80
= 2 x 64 + 1 x 8 + 6 x 1
= 128 + 8 + 6
= 14210
2. Convert 11100112 into a decimal number.
Solution:
Therefore:
24210 = F216
5. Convert 202310 into a octal number.
Solution:
Therefore:
202310 = 37478
👉Binary arithmetic includes the
basic arithmetic operations of
addition, subtraction, multiplication
and division. The following sections
present the rules
that apply to these operations when
they are performed on binary numbers.
👉 Binary addition is performed in the same way as
addition in the decimal system and is, in fact, much easier to
master. Binary addition obeys the following
four basic rules:
The results of the last rule may seem some what strange,
remember that these are binary numbers. Put into words, the last
rule states that binary one + binary one = binary two = binary
"one zero“.
👉 Binary subtraction is just as simple as addition
subtraction of one bit from another obey the following four
basic rules: