CAT 2024 Slot 3QA Question 5

Remainder of a to the power n, divided by b.Easy

If 1068 is divided by 13, the remainder is

Answer & solution

  • 9

  • B

    8

  • C

    4

  • D

    5

Solution

Easy

Find the remainder of 106810^{68} on division by 1313 using modular arithmetic. Look for a small power of 1010 that is congruent to ±1(mod13)\pm 1 \pmod{13} to create a cycle.

1

Find a short cycle. Compute powers of 1010 modulo 1313.

10110 1021009(mod13)(10091) 103910901(mod13)(9091)\begin{aligned} &10^1\equiv 10\\ &\Rightarrow\ 10^2\equiv 100\equiv 9\pmod{13}\quad\text{(}100-91\text{)}\\ &\Rightarrow\ 10^3\equiv 9\cdot 10\equiv 90\equiv -1\pmod{13}\quad\text{(}90-91\text{)} \end{aligned}
2

Use the cycle. Since 103110^3\equiv -1, we get 106110^6\equiv 1. Write 68=611+268=6\cdot 11+2.

1068=(106)11102 1068111102(mod13)(1061) 10689(mod13)(from step 1)\begin{aligned} &10^{68}=\left(10^{6}\right)^{11}\cdot 10^{2}\\ &\Rightarrow\ 10^{68}\equiv 1^{11}\cdot 10^{2}\pmod{13}\quad\text{(}10^6\equiv1\text{)}\\ &\Rightarrow\ 10^{68}\equiv 9\pmod{13}\quad\text{(from step 1)} \end{aligned}
remainder=9\text{remainder}=9
CAT 2024 Slot 3 QA Q5: If 10 68 is divided by 13, the remainder is — Solution | TheCATExam