Drop the zeros

10 1 2 = 1 1 4 100 1 2 = 1 1 8 1000 1 2 = 1 1 16 \begin{aligned} 101_2 &=& 11_4 \\ 1001_2 &=& 11_8 \\ 10001_2 &=& 11_{16} \end{aligned} Above are some base-2 numbers converted to other bases like 4, 8, or 16.

Using this idea, find x x in the following: 10101010 1 10 = 1111 1 x . 101010101_{10} = 11111_x .


The answer is 100.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Maximos Stratis
Jun 15, 2017

1111 1 x = 1 x 0 + 1 x 1 + 1 x 2 + 1 x 3 + 1 x 4 11111_{x}=1x^{0}+1x^{1}+1x^{2}+1x^{3}+1x^{4}\Rightarrow
1111 1 x = x 4 + x 3 + x 2 + x + 1 11111_{x}=x^{4}+x^{3}+x^{2}+x+1

We want:
101010101 = 1111 1 x 101010101=11111_{x}\Rightarrow
101010101 = x 4 + x 3 + x 2 + x + 1 101010101=x^{4}+x^{3}+x^{2}+x+1\Rightarrow
x 4 + x 3 + x 2 + x 101010100 = 0 x^{4}+x^{3}+x^{2}+x-101010100=0

This equation has two roots : 100 100 and 100.50003... -100.50003... (According to Symbolab)
Since we want x x to be positive, the solution is:
x = 100 \boxed{x=100}

Note : I understand that you wanted us to use your reasoning but i thought i'd share my solution.

Anandmay Patel
Jun 17, 2017

10101010 1 10 = 1111 1 x 101010101_{10} = 11111_x Hence the deduction:

x 4 + x 3 + x 2 + x 1 = 101010100 [See Maximos’s solution] x^4+x^3+x^2+x^1=101010100 \text{[See Maximos's solution]} 101010100 = 1 0 8 + 1 0 6 + 1 0 4 + 1 0 2 = ( 1 0 2 ) 4 + ( 1 0 2 ) 3 + ( 1 0 2 ) 2 + ( 1 0 2 ) 1 101010100=10^8+10^6+10^4+10^2=(10^2)^4+(10^2)^3+(10^2)^2+(10^2)^1 So it is valid and consistent to conclude the value of x x to be 1 0 2 = 100 \boxed{10^2=100}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...