Question
Quantitative Aptitude Question on Divisibility and Remainder
1068 is divided by 13, the remainder is is
A
9
B
4
C
5
D
8
Answer
9
Explanation
Solution
To solve this, we need to find the remainder when 1068 is divided by 13. This can be done using modular arithmetic. We first calculate the powers of 10 modulo 13:
101mod13=10 102mod13=100mod13=9 103mod13=1000mod13=12 104mod13=10000mod13=3 105mod13=100000mod13=4 106mod13=1000000mod13=1
Since 106≡1(mod13), we can simplify 1068(mod13) by noticing that 68=6×11+2. Therefore:
1068=106×11+2=(106)11×102
Using 106≡1(mod13), this simplifies to:
1068≡111×102≡102≡9(mod13)
Thus, the remainder when 1068 is divided by 13 is 9.