Let n is divisible by m, and we have to find $V=\frac{n}{m}(mod)p$...
In case if we know the value of $n(mod)p$,$m(mod)p$ not n,m how can we find $V$ ?????
I know we can find answer by evaluating this $(n(mod)p * m^{p-2}(mod)p)(mod)p$.but in this we should have value of m.
I also want to know how inverse modulo works.
for example in case $\frac{63}{9}(mod)5$
3=63(mod)5 , 4=9(mod)5
answer will be $(3(mod)5*4^{5-2}(mod)5)(mod)5$ = 12(mod) 5 = 2