While studying divisibilty and prime numbers in my maths book (IB Mathematic Higher Level Option 10: Discrete Mathematics), I came across an explanation of a way to '[express] a number using its digits'.
It says:
If $N$ is a $k$-digit number with digits $a_k, a_{k-1}...a_2, a_1, a_0$, then
$$N = 10^k a_k + 10^{k-1} a_{k-1} + \cdots + 10^2 a_2 + 10 a_1 + a_0.$$
Shorthand $N = (a_k a_{k-1} \cdots a_2 a_1 a_0)$.
So, I decided to write out an example: $2^{16}$.
This is where is ran into some trouble. $65536$ is a five-digit number, but I can't write $10^5 \cdot 6$ as this would give me $600000$. Can someone please help me out and explain?
There must be a typo in your book: it should read "If $N$ is a $(k+1)$-digit number…". The rest is fine.
–Aretino