NVAMediumJEE 2023Complex Numbers Basics

JEE Mathematics 2023 Question with Solution

5050th root of a number xx is 1212 and 5050th root of another number yy is 1818. Then the remainder obtained on dividing x+yx + y by 2525 is .....

Answer

Correct answer:23

Step-by-step solution

Standard Method

Given: x=1250x = 12^{50} and y=1850y = 18^{50}.

Find: The remainder when x+yx + y is divided by 2525.

We need to compute x+y(mod25)x+y \pmod{25}.

First,

122=14419(mod25)12^2 = 144 \equiv 19 \pmod{25} 124=(122)2192=36111(mod25)12^4 = (12^2)^2 \equiv 19^2 = 361 \equiv 11 \pmod{25} 128=(124)2112=12121(mod25)12^8 = (12^4)^2 \equiv 11^2 = 121 \equiv 21 \pmod{25} 1216=(128)2212=44116(mod25)12^{16} = (12^8)^2 \equiv 21^2 = 441 \equiv 16 \pmod{25} 1232=(1216)2162=2566(mod25)12^{32} = (12^{16})^2 \equiv 16^2 = 256 \equiv 6 \pmod{25}

So,

1250=1232121612261619(mod25)12^{50} = 12^{32} \cdot 12^{16} \cdot 12^2 \equiv 6 \cdot 16 \cdot 19 \pmod{25} 616=9621(mod25)6 \cdot 16 = 96 \equiv 21 \pmod{25} 2119=39924(mod25)21 \cdot 19 = 399 \equiv 24 \pmod{25}

Hence,

125024(mod25)12^{50} \equiv 24 \pmod{25}

Now,

182=32424(mod25)18^2 = 324 \equiv 24 \pmod{25} 184=(182)2242=5761(mod25)18^4 = (18^2)^2 \equiv 24^2 = 576 \equiv 1 \pmod{25}

Therefore higher powers repeat accordingly, and

1850=183218161821124(mod25)18^{50} = 18^{32} \cdot 18^{16} \cdot 18^2 \equiv 1 \cdot 1 \cdot 24 \pmod{25}

So,

185024(mod25)18^{50} \equiv 24 \pmod{25}

Therefore,

x+y24+24=4823(mod25)x+y \equiv 24+24 = 48 \equiv 23 \pmod{25}

So, the remainder obtained is 2323.

Using binomial form

Given: x=1250x = 12^{50} and y=1850y = 18^{50}.

Find: The remainder when x+yx+y is divided by 2525.

Write

12=251312 = 25 - 13

and

18=25718 = 25 - 7

A quicker observation from the extracted solution is that powers modulo 2525 settle to values near 1-1:

182=3241(mod25)18^2 = 324 \equiv -1 \pmod{25}

Hence,

1850=(182)25(1)25=124(mod25)18^{50} = (18^2)^{25} \equiv (-1)^{25} = -1 \equiv 24 \pmod{25}

Also, from repeated squaring,

125024(mod25)12^{50} \equiv 24 \pmod{25}

Therefore,

x+y24+24=4823(mod25)x+y \equiv 24+24 = 48 \equiv 23 \pmod{25}

Thus, the remainder is 2323.

Common mistakes

  • Treating “5050th root of xx is 1212” as x=5012x = 50^{12}. This is incorrect because the statement means x=1250x = 12^{50}. Always convert root statements into exponential form carefully.

  • Finding 125012^{50} and 185018^{50} directly before dividing by 2525. This is unnecessary and impractical. Use modular arithmetic at each step to keep the numbers small.

  • Forgetting to reduce the final sum modulo 2525. Even after getting 12502412^{50} \equiv 24 and 18502418^{50} \equiv 24, the sum is 4848, and the required remainder is 48mod25=2348 \bmod 25 = 23, not 4848.

Practice more Complex Numbers Basics questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions