The number N = 100 + 100^2 + 100^3 + ... + 100^n . Find the least possible value of n such that the number N is divisible by 11. NEED QUICKLY! Thanks!!!
100 mod 11 = 1, which is the remainder from division by 11 for each of the terms of the sum. 11 terms of the sum are needed in order to make the remainders add up to a number divisible by 11.