Key Concepts and Formulas
- Modular Arithmetic: a≡b(modn) means a and b have the same remainder when divided by n.
- Euler's Totient Theorem: If gcd(a,n)=1, then aϕ(n)≡1(modn).
- Euler's Totient Function: For a prime power pk, ϕ(pk)=pk−pk−1.
Step-by-Step Solution
Step 1: Express the given information mathematically.
We are given that the 50th root of x is 12, which can be written as x1/50=12. To find x, we raise both sides to the power of 50:
x=1250
Similarly, for y, we have y1/50=18, which implies:
y=1850
We need to find the remainder of (x+y) when divided by 25, which is (1250+1850)(mod25).
Step 2: Calculate Euler's totient function for the modulus.
The modulus is n=25. We need to find ϕ(25). Since 25=52 (a prime power), we use the formula ϕ(pk)=pk−pk−1:
ϕ(25)=ϕ(52)=52−52−1=25−5=20
Thus, ϕ(25)=20. This means for any integer a coprime to 25, a20≡1(mod25).
Step 3: Verify coprimality of the bases with the modulus.
We must check if the bases, 12 and 18, are coprime to the modulus, 25.
- For 12 and 25: The prime factors of 12 are 2 and 3. The prime factor of 25 is 5. They share no common factors, so gcd(12,25)=1.
- For 18 and 25: The prime factors of 18 are 2 and 3. The prime factor of 25 is 5. They share no common factors, so gcd(18,25)=1.
Since both bases are coprime to 25, we can apply Euler's Totient Theorem.
Step 4: Simplify 1250(mod25).
We need to find 1250(mod25). Using Euler's Totient Theorem, we know 1220≡1(mod25). We reduce the exponent 50 modulo ϕ(25)=20:
50=2×20+10
So,
1250=122×20+10=(1220)2×1210
Applying the congruence:
1250≡(1)2×1210(mod25)
1250≡1210(mod25)
Now we calculate 1210(mod25) by computing powers step-by-step:
- 121≡12(mod25)
- 122=144≡19(mod25) (since 144=5×25+19)
- 124≡(122)2≡192=361(mod25) (since 361=14×25+11) ≡11(mod25)
- 125≡124×121≡11×12=132(mod25) (since 132=5×25+7) ≡7(mod25)
- 1210≡(125)2≡72=49(mod25) (since 49=1×25+24) ≡24(mod25)
Since 24≡−1(mod25), we have:
1250≡−1(mod25)
Step 5: Simplify 1850(mod25).
We follow the same procedure for 1850(mod25). The exponent reduction is the same: 50=2×20+10.
1850=182×20+10=(1820)2×1810
Using Euler's Totient Theorem (1820≡1(mod25)):
1850≡(1)2×1810(mod25)
1850≡1810(mod25)
Now we calculate 1810(mod25):
- It's often easier to use negative remainders: 18≡18−25≡−7(mod25).
- 182≡(−7)2=49(mod25).
- As calculated before, 49≡24≡−1(mod25).
Now we can write 1810 as (182)5:
1810≡(182)5≡(−1)5(mod25)
(−1)5=−1
Therefore,
1850≡−1(mod25)
Step 6: Combine the results and find the final remainder.
We need to find the remainder of (x+y) when divided by 25.
(x+y)≡1250+1850(mod25)
Substitute the results from Steps 4 and 5:
(x+y)≡(−1)+(−1)(mod25)
(x+y)≡−2(mod25)
To express this as a positive remainder (between 0 and 24), we add the modulus:
−2+25=23
Thus, the remainder obtained on dividing (x+y) by 25 is 23.
The final answer is 1.