InterviewSolution
Saved Bookmarks
| 1. |
A Whole Number N Which When Divided By 4 Gives 3 As Remainder. What Will Be The Remainder When 2n Is Divided By 4? |
|
Answer» According to the question, n = 4Q + 3. Therefore, 2N = 8q + 6 or 2n = 4(2Q + 1) + 2. THUS, we get when 2n is divided by 4, the remainder is 2. According to the question, n = 4q + 3. Therefore, 2n = 8q + 6 or 2n = 4(2q + 1) + 2. Thus, we get when 2n is divided by 4, the remainder is 2. |
|