Solveeit Logo

Question

Question: What does the hexanumber \(E78\) in radix \(7\)? A. \(12455\) B. \(14153\) C. \(14356\) D. \...

What does the hexanumber E78E78 in radix 77?
A. 1245512455
B. 1415314153
C. 1435614356
D. 1354113541

Explanation

Solution

Here, we have E78E78 in hexadecimal and we have to find the value in radix 77. Hexadecimal number system is the system which has a base as 1616 (hexa =6 = 6 and deci =10 = 10). In this number system, there are 1616 digits which are used in representing the number in hexadecimal form. For converting the hexadecimal number into radix 77 we first convert the number in decimal form and then we divide the number by 77 and note remainder and quotient.

Complete step by step answer:
In mathematics a system of writing or denoting numbers is called a number system and there are two types of number systems which are positional and non- positional number systems. Positional number system is the system in which the value of a digit depends upon its position in the number whereas in a non-positional number system the value of a digit does not vary with its position in the number. Hexadecimal number system is a positional number system.

In this system there are 1616 digits which are used in representing the number in hexadecimal form and it is similar to the decimal number system as the first 1010 digits remain the same in both the number system. But in the hexadecimal number system 1010 is represented as AA, 1111 as BB, 1212 as CC, 1313 as DD, 1414 as EE and 1515 as FF.So, all the digits in the decimal number are 1,2,3,4,5,6,7,8,9A,B,C,D,E,F1,2,3,4,5,6,7,8,9A,B,C,D,E,F.

Now, we will convert the hexadecimal number E78E78 in decimal form. We convert the hexadecimal number into its decimal equivalent by multiplying each digit with its positional values of 1616. So,
(E78)=14×162+7×161+8×160\Rightarrow (E78) = 14 \times {16^2} + 7 \times {16^1} + 8 \times {16^0}
Solving the power of 1616. We get,
(E78)=14×256+7×16+8×1\Rightarrow (E78) = 14 \times 256 + 7 \times 16 + 8 \times 1
On multiplying. We get,
(E78)=3584+112+8\Rightarrow (E78) = 3584 + 112 + 8
Adding the numbers we get,
(E78)=3704\Rightarrow (E78) = 3704

Now, we will convert the decimal to radix 77. For converting decimal into radix, we need to continually divide the number by its radix and with each division write down the remainder and then read from top to bottom the remainder. The top to bottom remainder will be our required result.So, on dividing 37043704 by 77. We get
11 as remainder and 529529 as quotient.
Now 529529 is our dividend and we again divide it by 77. We get,
44 as remainder and 7575 as quotient.
Now 7575 is our dividend and we again divide it by 77. We get,
55as remainder and 1010 as quotient.
Now 1010 is our dividend and we again divide it by 77. We get,
33 as remainder and 11 as quotient.
Now 11 is our dividend and we again divide it by 77. We get,
11 as a remainder.
We get our result by reading the remainder from top to bottom i.e, 1354113541. Therefore, the equivalent of the hexadecimal number E78E78 in radix 77 is 1354113541.

Hence, option (D) is the correct answer.

Note: In a positional number system the value of any digit depends on the digit whose value is to be determined, position of the digit in the number and base or radix of the number system. Note that a hexadecimal number system has two parts which is an integer and the fraction part. Integer part includes the number to the left of the decimal point and the fraction part indicates the digit to the right of the decimal point.