Q) remainder of 8*10^k + j when divided by 9.
Rephrasing the Q gives me
[( 9 - 1 ) * 10^k + j] / 9
( 9 * 10^k - 10^k + j )/9
Now 9 * 10^k will always be divisible by 9. So we can omit that and are left with
( j - 10^k )/9
[j - (9+1)^k ]/9
Now for any equation (a+b)^n, every term will be divisible by a except b^n.
Eg (a + b)^3 = a^3 + 3 a^2 * b + 3ab^2 + b^3. So every term except b^3 is divisible by a.
Hence our equation modifies to ( j - 1^k )/9
( j - 1 )/9.
Hence all we want is the value of j.
Answer will be B.
This method will be helpful in case we have a question like
what will be the remainder when 12 * 14^k + j is divided by 13.
Rephrasing the Q gives me
[( 9 - 1 ) * 10^k + j] / 9
( 9 * 10^k - 10^k + j )/9
Now 9 * 10^k will always be divisible by 9. So we can omit that and are left with
( j - 10^k )/9
[j - (9+1)^k ]/9
Now for any equation (a+b)^n, every term will be divisible by a except b^n.
Eg (a + b)^3 = a^3 + 3 a^2 * b + 3ab^2 + b^3. So every term except b^3 is divisible by a.
Hence our equation modifies to ( j - 1^k )/9
( j - 1 )/9.
Hence all we want is the value of j.
Answer will be B.
This method will be helpful in case we have a question like
what will be the remainder when 12 * 14^k + j is divided by 13.

















