The above number is already written in an unknown integer base representation . Which of the following is a possible base of this number?
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.
If we have an integer in radix/base n, so the possible digit for that integer is between 0 - (n-1). Example: The number in decimal (10) is composed of a digit between 0 - 9, we won't see a number in base-7 have 7 as a digit.
So from the question, we can say that base of the number is at least greater than 6. Thanks