Do you know Euler's totient function, ϕ(n)?15323mod51how to solve it ifgcd(15,51)=3?
Can you show that if a≡bmodp then for all natural k: ka≡kbmodkp ?15323mod51how to solve it ifgcd(15,51)=3?
I was able to solve this using @BigBeachBanana 's method:Do you know Euler's totient function, ϕ(n)?
xymodn≡xymodϕ(n)modn
a≡bmodp⟹p∣(a−b). So, p divides k(a−b)=ak−bk.Can you show that if a≡bmodp then for all natural k: ka≡kbmodkp ?
It is supposed to be modkp.Is it supposed to be mod k\mod kmodk or mod kp?\mod kp?modkp? Also, I don't see where you're going with this can you expand?