9.8k views
4 votes
Find the remainder when dividing 2^2013 by 15.

*Answer should be in modulo. Example: Find the remainder when dividing 2^100 by 21 and the answer is 2^100 = 16mod(21).*

User Comatose
by
5.0k points

1 Answer

4 votes


2^(2013)=2^(4\cdot503+1)\\\\2^4=16\equiv 1\pmod{15}\\2^(4\cdot 503)\equiv 1\pmod{15}\\2^(4\cdot 503+1)\equiv 2\pmod{15}\\\\2^(2013)\equiv 2\pmod{15}

User Mwthreex
by
4.4k points