prove that the $100$ digits number $1.....11$ is divisible by $101$
To show that the $100$-digit number consisting of $1$'s only, i.e. $11...1$ (with $100$ digits), is divisible by $101$, we can use the fact that if a number is divisible by $101$, then its alternating digit sum (the sum of every other digit, starting with the first digit) must be divisible by $101$.
Let's consider the alternating digit sum of the given number: $1 - 1 + 1 - 1 + ... + 1 - 1$
We can see that this alternating sum consists of $50$ pairs of $+1$ and $-1$. Thus, it simplifies to:
$(1 - 1) + (1 - 1) + ... + (1 - 1) = 0 + 0 + ... + 0 = 0$
Since the alternating digit sum is equal to $0$, which is divisible by $101$, we can conclude that the $100$-digit number consisting of $1$'s only is indeed divisible by $101$.
solution-verification
question to be on topic you must specify precisely which step in the proof you question, and why so. This site is not meant to be used as a proof checking machine. – Bill Dubuque May 07 '23 at 04:47