Solveeit Logo

Question

Question: In the binary number system which is used in computer operations, there are only two digits allowed:...

In the binary number system which is used in computer operations, there are only two digits allowed: 00 and 11 . If eight binary digits are used, how many different binary numbers can be formed?

Explanation

Solution

First, we shall analyze the given data so that we can able to solve the problem. It is given that there are only two digits 00 and 11are allowed in the binary number system. We need to calculate the various binary numbers that can be formed when we use eight binary digits. We need to start with one-digit, and we shall proceed to get the required answer.

Complete step-by-step answer:
We all know that in the binary number system 00 and 11 are the only two digits that are allowed in computer operations.
If we are using eight binary digits, then we need to find how many binary numbers may be formed.
First, let us consider we are using a one-digit number.
Then binary numbers 00 and 11 may be formed.
That is the number of possibilities when we have a 11 -digit number is 22
Now, let us consider that we are using a two-digit number.
Then the binary numbers 01,01,1001,01,10 and 1111 may be formed.
Since we have a two-digit number, the number of possibilities will be 2×2=22=42 \times 2 = {2^2} = 4
Now, we shall consider that we are using a three-digit number.
Then the binary numbers 000,001,010,100,011,101,110,111000,001,010,100,011,101,110,111 will be formed.
That is number of binary numbers formed is 88
We can also say that we have a three-digit number, and then the number of possibilities will be 23=8{2^3} = 8
We shall note that when we increase the digits, the power upon 22 is increasing according to the digits.
We can analyze that the power of 22 and the number of digits are the same.
That is, if we have a one-digit number, then we may get 21{2^1} binary numbers.
If we have a two-digit number, then we may get 22{2^2} binary numbers.
According to the question, if we have an eight-digit number, the number of possibilities may be 28=256{2^8} = 256 binary numbers.
Therefore, if eight binary digits are used, then 256256 binary numbers can be formed.

Note: We can note that there is a general form for calculating the various binary numbers that can be formed.
That is, 2n{2^n} binary numbers can be formed, where nn is the number of binary digits we are using.
Therefore, if eight binary digits are used, 28=256{2^8} = 256 binary numbers can be formed.