1

We have 111...11 a hundred times.

We begin with 1 in our quotient. We have 93 ones remaining. We add six zeros according to the division algorithm to get 1000000 in our quotient. We add another one to get 10000001 in our quotient and we have 86 ones remaining. We see that we get the following answer by the same logic : 1000000100000010000001...1000001 (14 ones because 7*14 = 98 ones taken out so we have 11 left as a remainder)

My question is not on the remainder but on the way the quotient is presented : Why do we say : 1000000100000010000001...100000100 is the quotient and not 1000000100000010000001...10000010 with only one zero at the end ? According to the division algorithm shouldn't I need only one zero to make "11" go down before hitting the decimals ?

Thanks

matoss
  • 11

4 Answers4

1

We have that, letting $N$ be $111...1$ (100 ones), M be $1111111$, $Q$ be the quotient, and $R$ be the remainder,

$$N=M\cdot Q+R$$

However, if $M$ had only one zero at the end, $M\cdot Q$ would be $111...10$, while we need it to be $111...100$.

  • I'm not sure of understanding why it needs to be two zeros and not only one. If we divided 11/1111111 we would need only one zero before hitting the decimals... I already know that there needs to be two of them, I'm asking an explanation for this – matoss Jul 05 '17 at 03:44
  • If $M\cdot Q$ only had one zero at the end, it would end up ending in $...111121$ when we added $11$. Do you understand why the answer is $11$? – Carl Schildkraut Jul 05 '17 at 20:57
  • @CarlSchildkraut Sorry to bump an old thread, but I came across this and don't understand the explanation. I also have no math background. – soju Feb 24 '18 at 20:45
  • @soju Are you familiar with modular arithmetic at all? It makes some of the ideas here easier to understand. – Carl Schildkraut Feb 25 '18 at 19:08
  • @CarlSchildkraut Hey thanks for getting back to me. Not at all, I am currently self studying Gelfands Algebra. I have no math background, just learned long division yesterday. – soju Feb 26 '18 at 00:18
  • @soju Okay. Let's try a smaller example. If $N=11111111$ ($8$ ones) and $M=111$ ($3$ ones), we have that the result when $N$ is divided by $M$ is the same as the result when $11111$ ($5$ ones) is divided by $M$, because $N=111\cdot 100000+11111$. We can then apply this again to get that the remainder when $N$ is divided by $M$ is the remainder when $11$ is divided by $M$, which is simply $11$. Can you see how to apply this when $N$ instead has $100$ ones and $M$ has $7$? – Carl Schildkraut Feb 26 '18 at 04:24
1

$111\dots 11$ ($100$ times) is very big.

Lets take $111,111,111,11$, divide it by $111$.

Now $11111111111=111\times 10^8+111\times 10^5+111\times 10^2+11$.

So remainder is $11$.

MAN-MADE
  • 5,381
0

Each of your blocks of $1000000$ has seven digits. You want the whole quotient to have $100-7=93$ digits. Thirteen blocks of $1000000$ account for $91$ digits so you need two more, which are $10$. I think you didn't count that first $1$ as a digit when you thought you needed two more zeros.

Ross Millikan
  • 374,822
  • The quotient does end in $10$. Why do you think we say it ends in $100$? – Ross Millikan Jul 06 '17 at 04:02
  • Forget it, I solved my problem. It was just a false manipulation from my part. And no, the quotient does indeed finish with 100. Just go try it in a online calculator they all give this answer – matoss Jul 06 '17 at 05:45
0

HINT:

We know $$\underbrace{11\cdots11}_{n \text{ digits}}=\dfrac{10^n-1}{10-1}$$

Now use : Prove that $\gcd(a^n - 1, a^m - 1) = a^{\gcd(n, m)} - 1$