Am I allowed to do modular arithmetic in the sense that $\frac{723}{104}\equiv \frac{723}{-18} (\bmod{61})$?
And in general how would you attack this problem?
Am I allowed to do modular arithmetic in the sense that $\frac{723}{104}\equiv \frac{723}{-18} (\bmod{61})$?
And in general how would you attack this problem?
Yes, continuing we have $\ {\rm mod}\ 61\!:\,\ \dfrac{723}{104}\equiv \dfrac{-9}{-18}\equiv \dfrac{1}2\equiv\dfrac{62}{2}\equiv 31$
Generally we can compute modular inverses using the Extended Euclidean Algorithm (which can be implemented very conveniently by hand). But that algorithm may be a bit overkill for small numbers, where it is often simpler to employ Gauss's Algorithm and some twiddling as above.
Beware $\ $ Modular fraction arithmetic is well-defined only for fractions with denominator coprime to the modulus. See here for further discussion.