20,185 views
62 62 votes
The base (or radix) of the number system such that the following equation holds is____________.

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

3 Answers

Best answer
77 77 votes

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
6 6 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.

0 0 votes
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.
Answer:
Position:
Show:

Related questions

78 78 votes
11 answers 11 answers
33.5k
33.5k views
go_editor asked Sep 28, 2014
33,532 views
Consider a $6$-stage instruction pipeline, where all stages are perfectly balanced. Assume that there is no cycle-time overhead of pipelining. When an application is exec...
51 51 votes
5 answers 5 answers
21.1k
21.1k views
go_editor asked Sep 28, 2014
21,120 views
Consider the $4\text{-to-1}$ multiplexer with two select lines $ S_1$ and $ S_0 $ given belowThe minimal sum-of-products form of the Boolean expression for the output $F$...
40 40 votes
8 answers 8 answers
13.9k
13.9k views
go_editor asked Sep 26, 2014
13,928 views
Consider the following Boolean expression for F: $F(P,Q,R,S)= PQ + \bar{P}QR + \bar{P}Q\bar{R}S$The minimal sum$-$of$-$products form of $F$ is$PQ+QR+QS$$P+Q+R+S$$\bar{P} ...
48 48 votes
4 answers 4 answers
16.5k
16.5k views
go_editor asked Sep 28, 2014
16,477 views
Consider the equation $(123)_5=(x8)_y$ with $x$ and $y$ as unknown. The number of possible solutions is _____ .