in Digital Logic
12,209 views
34 votes
34 votes
The base (or radix) of the number system such that the following equation holds is____________.

$\frac{312}{20} = 13.1$
in Digital Logic
12.2k views

1 comment

reshown by
$\frac{312}{20}=13.1$

=> $312=13.1*20$

=>$3x^2+x+2=(x+3+\frac{1}{x})*(2x+0)$

 

So, $x=5$
10
10

3 Answers

51 votes
51 votes
Best answer

Let ‘x’ be the base or radix of the number system .

The equation is : $\dfrac{3.x^{2}+1.x^{1} +2.x^{0} }{2.x^{1}+0.x^0} =1.x^{1} +3.x^{0}+1.x^{-1}$

$\qquad \implies \dfrac{3.x^{2}+x +2}{2.x}=x+3 +1/x$

$\qquad \implies \dfrac{3.x^{2}+x +2}{2.x}=\dfrac{x^{2}+3x +1}{x}$

$\qquad \implies 3.x^{2}+x +2=2.x^{2}+6x +2$

$\qquad \implies x^{2}+-5x = 0$

$\qquad \implies x(x-5) = 0$

$\qquad \implies x = 0 \text{ or } x = 5$

As base or radix of a number system cannot be zero, here x = 5.

edited by

4 Comments

you can’t multiply first. Because you are doing the multiplication in base 10. Here base is not known.
2
2
yeah, it’s wrong. because here base is not known and you are doing multiplication in base 10.
1
1

We can also try multiplying any numbers in any base directly too iff base is known.

For check purpose:

13.1$_{5}$ X 20$_{5}$ = 312$_{5}$

 

13.1

X 20


  000

312X


312.0

0
0
4 votes
4 votes

Let x (≠ 0) be the base of the given equation.

We have,

LHS = ( 3x2 + x + 2 ) / ( 2x) = ( 3x / 2 ) + ( 1 / 2 ) + ( 1 / x )

RHS = x + 3 + ( 1 / x )

Now, for the equation to hold true, LHS = RHS

( 3x / 2 ) + ( 1 / 2 ) + ( 1 / x ) = x + 3 + ( 1 / x )

⇒ 3x + 1 = 2x + 6

⇒ x = 5

So, the base is 5.

3 Comments

can you explain it further and from where we get the equation ??
0
0
Let me explain it like this-

if any number number system is binary and I gave you string 110 then how you will find its value-

Simple 1* 2^2 + 1* 2^1 + 0*2^0

So,we are multiplying by base ^n, n starting from 0 from LSB

Same here we considered base as "x" which we need to find out and formed equaltion,like 20 is there,so it's value is 2*x^1 + 0*x^0.. Like this for all other numbers.

Hope this clarifies your doubt :)
2
2
thankew so much... for nice explanation
0
0
–1 vote
–1 vote
312/20 = 13.1 can be rewritten as:

312 = 13.1 * 20

312 = 131 * 2

now comparing each digit:

31[2] = 13[1] * [2]

3[1]2 = 1[3]1 * [2]   => 11(base x) = 3*2 (base 10)  => 11(base x) = 6 (base 10)

So base x is 5.

1 comment

you can’t multiply first. Because you are doing the multiplication in base 10. Here base is not known.
0
0
Answer:

Related questions