Question
Quantitative Aptitude Question on Basics of Numbers
When 10100 is divided by 7, the remainder is ?
A
6
B
3
C
1
D
4
Answer
4
Explanation
Solution
We are asked to find the remainder when 10100 is divided by 7. This is equivalent to finding 10100(mod7).
By Fermat's Little Theorem, since 7 is prime:
106≡1(mod7)
So, we can reduce 10100(mod7) by dividing 100 by 6 (since the powers of 10 repeat every 6 terms modulo 7):
100÷6=16 remainder 4
Thus:
10100≡104(mod7)
Now calculate 104(mod7):
104=10000⟹10000÷7=1428 remainder 4
Thus, the remainder when 10100 is divided by 7 is 4.