retagged by
8,797 views
8 votes
8 votes

Let the representation of a number in base $3$ be $210$. What is the hexadecimal representation of the number?

  1. $15$
  2. $21$
  3. $\text{D}2$
  4. $528$
retagged by

4 Answers

Best answer
8 votes
8 votes

Firstly convert base 3 into a decimal number system(Base 10):

$(210)_3=(x)_{10}\implies 0*3^0+1*3^1+2*3^2=(21)_{10}$

Now convert $(21)_{10}$ into a hexadecimal system. dividing by $16$ that is:

$(21)_{10}=(z)_{16}$

$\therefore z =(15)_{16}$

Option $A$ is correct.

edited by
2 votes
2 votes
$(210)_3 = (21)_{10} = (x)_{16}$

Since the base is increasing so the value of  $x < 21 $, therefore option $A$ must be correct.
2 votes
2 votes

ANS IS A 15.

FIRST CONVERT (210)base 3 TO DECIMAL AND THEN DECIMAL TO HEXADECIMAL 

Answer:

Related questions

11 votes
11 votes
3 answers
3
Arjun asked Feb 18, 2021
7,145 views
Consider a $3$-bit counter, designed using $T$ flip-flops, as shown below:Assuming the initial state of the counter given by $\text{PQR}$ as $000$, what are the next thre...
21 votes
21 votes
6 answers
4