If x in an integer such that 2 ≤ x ≤ 1 0 , how many digits will x x have when written in base- x ?
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.
I wasn't sure with the case of base 1 . I've searched for information on MSE and the answer stated that
Such a system is known as a Unary Numeral System (Wikipedia Entry):
The unary numeral system is the bijective base-1 numeral system. It is the simplest numeral system to represent natural numbers: in order to represent a number N, an arbitrarily chosen symbol representing 1 is repeated N times. This system is used in tallying. For example, using the tally mark |, the number 6 is represented as ||||||.
So, in the case of base 1 , even if we use the digit 1 instead of the tally mark, the number of digit of 1 1 is not 2 .
Log in to reply
Nice research! I've updated the question so that x = 1 .
I took an example let x =2
So x x =4
So 4 2 = 1 0 0
Three digits 3 = 2 + 1
x + 1
what if 4^4=256 hence, x+1 isnt quite appropriate!!! it has many solutions (this problem)
This is not the appropriate solution.
Log in to reply
this is the quick solution
There is more than one solution to a problem.
Problem Loading...
Note Loading...
Set Loading...
1 ⋅ x x + 0 ⋅ x x − 1 + 0 ⋅ x x − 2 + ⋯ + 0 ⋅ x 0 = x x
In base x , the value of x x is 1 followed by x 0 's. So, the number of digit will be x + 1 .