T1101
What is the remainder when 2^83 is divided by 9?
(A) -4
(B) 0
(C) 4
(D) 5
(E) 8
Method 1We know that, if \(N\) leaves remainder \(r\) when divided by \(D, N^k \)leaves remainder \(r^k\) when divided by \(D\) (provided \(r^k\) is smaller than \(D\)); else you need to divided \(r^k\) again by \(D\) to get the actual remainder
We can observe that \(2^6 = 64\) when divided by 9 leaves remainder 1
Thus, we express \(2^{83}\) in terms of \(2^6\):
\(2^{83} = (2^6)^{13} * 2^5\)
Since \(2^6\) when divided by 9 leaves remainder 1, the remainder when \((2^6)^{13}\) is divided by 9 is \(1^{13} = 1\)
Thus, required remainder is simply the one when the left-over \(2^5 = 32\) is divided by 9 => Remainder = 5
Answer DMethod 2Look for patterns in remainders for powers of 2 when divided by 9:
Remainder when \(2^1\) is divided by 9 = 2
Remainder when \(2^2\) is divided by 9 = 4
Remainder when \(2^3\) is divided by 9 = 8
Remainder when \(2^4\) is divided by 9 = 7
Remainder when \(2^5\) is divided by 9 = 5
Remainder when \(2^6\) is divided by 9 = 1
Remainder when \(2^7\) is divided by 9 = 2 ... and the cycle repeats
Thus, the cycle is for 6 places
Thus, we express \(2^{83}\) in terms of \(2^6\):
\(2^{83} = (2^6)^{13} * 2^5 = 2^{78} * 2^5\)
The 13th time the cycle repeats, the remainder comes to 1. Now, the cycle will repeat but will stop at the 5th position since we have \(2^5\) left-over
Thus, the remainder corresponding to the 5th position in the cycle is 5
Answer D