Question
Quantitative Aptitude Question on Divisibility and Remainder
When 3333 is divided by 11, the remainder is
A
1
B
6
C
5
D
10
Answer
5
Explanation
Solution
We need to find the remainder when 3333 is divided by 11.
Using Fermat’s Little Theorem:
If p is a prime number and a is an integer such that a is not divisible by p, then ap−1≡1(modp).
Here, p=11 and a=3. Fermat’s Little Theorem tells us that:
310≡1(mod11).
Now, we want to find 3333(mod11). First, reduce the exponent modulo 10:
333÷10=33 remainder 3.
Thus,
3333≡33(mod11).
Next, calculate 33:
33=27.
Now, find the remainder when 27 is divided by 11:
27÷11=2 remainder 5.
Therefore,
3333≡5(mod11).
5