this very same problem appeared in a different thread but the questions was slightly different. In my case, I'm looking precisely for the answer.
This is how I solved it, I only need confirmation of whether this actually is correct:
So I assumed that 1111... (100 ones) is going to be exactly divided by 1111111 (7 ones) 14 times (100/7 = 14). Hence, if 14 times 7 equals 98 '1's, then the remainder is 2 '1's.
Thanks.
Yes, this is a perfectly sound reasoning.
You can also express it as
$$ 100000010000001\cdots1000000100\cdot 1111111 + 11 = \underbrace{111\cdots111}_{100\text{ ones}} $$