edited by
18,129 views
43 43 votes

Let $r$ denote number system radix. The only value(s) of $r$ that satisfy the equation $\sqrt{121_r}={11}_r$ is/are

  1. decimal $10$
  2. decimal $11$
  3. decimal $10$ and $11$
  4. any value $> 2$

3 Answers

Best answer
66 66 votes

$\sqrt{(121)_{r}}=11_{r}$

$\sqrt{(1\times r^{0})+(2\times r^{^{1}})+(1\times r^{2})}=(1\times r^{0})+(1\times r^{1})$

$\sqrt{(1+r)^{^{2}}}=1+r$

$1+r=1+r$

So any integer $r$ satisfies this but $r$ must be greater than $2$ as we have $2$ in $121$ and radix must be greater than any of the digits. (D) is the most appropriate answer

selected by
0 0 votes

https://drive.google.com/file/d/11XtnKsx8dhKPz18wYS8rMMCSHg7Ez8ar/view?usp=drivesdk

May this help you my way of solving this question 

Option D is appropiate ANY VALUE >2

Answer:
Position:
Show:

Related questions

74 74 votes
4 answers 4 answers
35.1k
35.1k views
Kathleen asked Sep 12, 2014
35,139 views
Which of the following are NOT true in a pipelined processor?Bypassing can handle all RAW hazardsRegister renaming can eliminate all register carried WAR hazardsControl h...
44 44 votes
4 answers 4 answers
17.7k
17.7k views
Kathleen asked Sep 11, 2014
17,726 views
If $P, Q, R$ are Boolean variables, then$(P + \bar{Q}) (P.\bar{Q} + P.R) (\bar{P}.\bar{R} + \bar{Q})$ simplifies to$P.\bar{Q}$$P.\bar{R}$$P.\bar{Q} + R$$P.\bar{R} + Q$
52 52 votes
6 answers 6 answers
15.3k
15.3k views
Kathleen asked Sep 11, 2014
15,333 views
Given $f_1$, $f_3$ and $f$ in canonical sum of products form (in decimal) for the circuit$f_1 = \Sigma m(4, 5, 6, 7, 8)$$f_3 = \Sigma m(1, 6, 15)$$f = \Sigma m(1, 6, 8, 1...
40 40 votes
5 answers 5 answers
11.9k
11.9k views
Kathleen asked Sep 11, 2014
11,938 views
In the Karnaugh map shown below, $X$ denotes a don’t care term. What is the minimal form of the function represented by the Karnaugh map?$\bar{b}.\bar{d} + \bar{a}.\bar{d...