Question:medium

Let 𝛂 be the remainder (22)\(^{2022}\) + (2022)\(^{22}\) is divided by 3 and ꞡ be the remainder when the same is divided by 7 then 𝛂\(^2\) + ꞡ\(^2\) is?

Updated On: Mar 28, 2026
Show Solution

Correct Answer: 5

Solution and Explanation

To solve this problem, we need to find 𝛂 and ꞡ as described and then compute 𝛂2+ꞡ2. First, determine the remainder of (22)2022+202222 when divided by 3. By Fermat's Little Theorem, if p is a prime, then ap-1≑1 (mod p) for any integer a not divisible by p. Applying this mod 3:
(22)≑1 (mod 3). Thus, (22)2022≑12022≑1 (mod 3).
For 202222, note that 2022≑0 (mod 3), so 202222≑0 (mod 3).
Therefore, (22)2022+202222≑1+0≑1 (mod 3) and 𝛂=1.
Next, find the remainder when dividing by 7. Again using Fermat's Little Theorem: (22)≑1(mod 7), so (22)2022≑1 (mod 7).
To find 202222 mod 7, use 2022≑6(mod 7). Notice 6≑-1(mod 7), so 622≑(-1)22≑1(mod 7).
Therefore, (22)2022+202222≑1+1≑2(mod 7) and ꞡ=2.
Now, calculate 𝛂2+ꞡ2:
𝛂2=12=1 and ꞡ2=22=4,
Resulting in 𝛂2+ꞡ2=1+4=5.
The solution, 5, clearly falls within the range 5 to 5 as expected.
Was this answer helpful?
0