If n is a natural number, then what is the number of distinct remainders of (1ⁿ + 2ⁿ) when divided by 4?
- A0
- B1
- C2Correct
- D3
Explanation
To find the number of distinct remainders of (1^n + 2^n) when divided by 4, we analyze the expression for different values of n, where n is a natural number (n = 1, 2, 3, ...).
-
Analyze 1^n: For any natural number n, 1^n is always 1.
-
Analyze 2^n:
- If n = 1: 2^1 = 2.
- If n = 2: 2^2 = 4. When 4 is divided by 4, the remainder is 0.
- If n = 3: 2^3 = 8. When 8 is divided by 4, the remainder is 0.
- For any n >= 2, 2^n will be a multiple of 4 (since 2^n = 2^2 * 2^(n-2) = 4 * 2^(n-2)). Therefore, for n >= 2, 2^n leaves a remainder of 0 when divided by 4.
Now, let's combine these for (1^n + 2^n) mod 4:
-
Case 1: n = 1 (1^1 + 2^1) = 1 + 2 = 3. When 3 is divided by 4, the remainder is 3.
-
Case 2: n >= 2 (1^n + 2^n) = 1 + (a multiple of 4) When (1 + 2^n) is divided by 4, the remainder is (1 + 0) = 1.
So, the possible distinct remainders are 3 (when n=1) and 1 (when n>=2). There are 2 distinct remainders.
The final answer is C.

Related questions
More UPSC Prelims practice from the same subject and topic.
- Prelims 2025CSATQuantitative Aptitude
A natural number N is such that it can be expressed as N = p + q + r , where p, q and r are distinct factors of N. How many numbers below 50 have this property?
- Prelims 2025CSATQuantitative Aptitude
Three prime numbers p, q and r, each less than 20, are such that p - q = q - r . How many distinct possible values can we get for (p + q + r) ?
- Prelims 2025CSATQuantitative Aptitude
How many possible values of (p + q + r) are there satisfying (1)/(p) + (1)/(q) + (1)/(r) = 1 , where p, q and r are natural numbers (not necessarily distinct)?
- Prelims 2025CSATQuantitative Aptitude
A 4-digit number N is such that when divided by 3, 5, 6, 9 leaves a remainder 1, 3, 4, 7 respectively. What is the smallest value of N?
- Prelims 2025CSATQuantitative Aptitude
What is the unit digit in the multiplication of 1× 3× 5× 7× 9× … × 999 ?
- Prelims 2025CSATQuantitative Aptitude
Consider the first 100 natural numbers. How many of them are not divisible by any one of 2, 3, 5, 7 and 9?