please tell me how to solve this equation :
x/20 = 7 ( mod 5 )
I tried too many methods but it does not work.
please tell me how to solve this equation :
x/20 = 7 ( mod 5 )
I tried too many methods but it does not work.
It depends on where you are looking for $x$. Most likely you search for $x\in\Bbb Z$ when you are doing congruence relations; in that case $x$ must be divisible by$~20$ so that $x/20$ will be integer. Now multiply the whole equation by$~20$ to get $x\equiv 140\pmod{100}$ which gives the solution; it can also be written $x\equiv 40\pmod{100}$. Indeed $x=40$ satisfies $x/20=2\equiv7\pmod5$ and also for instance $x=-60$ gives $x/20=-3\equiv7\pmod5$.
In mod 5, 20=0, so you are trying to divide by zero. It won't work.