how to solve this $11x\equiv 44\pmod{64}$ ?
first of all need to find the inverse of $11x\equiv 44\pmod{64}$
No, we can cancel an invertible without knowing the actual value of the inverse. By Bezout, since $\,\gcd(11,64)=1,\,$ we know that $\, 11^{-1}$ exists $\!\bmod 64,\,$ so $\rm\color{#0a0}{scaling}$ our congruence by $\,\color{#0a0}{11^{-1}}\,$ scales the coef of $\,x\,$ to be $1,\,$ effectively solving it for $\,x,\,$ explicitly
$$\:\!\color{#0a0}{11}\:\!x\:\!\equiv\:\! \color{#0a0}{11}\cdot 4\,\ \overset{\large \times\, \color{#0a0}{11^{-1}}\!\!\!\!\!\!}{\underset{\color{#c00}{\large \times\,11}}{\color{#c00}\Longleftarrow}\!\color{#0a0}\Longrightarrow}\ \ x\equiv 4\qquad\qquad\quad$$
Via modular fractions $\,x \equiv {\large \frac{44}{11}}\equiv {\large \frac{4\:\!\cdot\:\! \color{#0a0}{11}}{\color{#0a0}{11}}}\equiv 4\:$ i.e. $\,4\color{#0a0}{(11)11^{-1}}\equiv 4,\,$ mod any $\,n\,$ coprime to $11.\,$
Note that $\color{#0a0}{\text{scaling by $\,\color{#0a0}{11^{-1}}$}}$ is an invertible operation, with inverse being $\color{#c00}{\text{scaling by $11$}}$, so it results in an equivalent congruence (otherwise the operation might yield an inequivalent congruence with extraneous roots, so we'd need to verify that $\,x\equiv 4\,$ is actually a root). In fractional form this scaling by $\,11^{-1}$ is more commonly viewed as cancelling a common factor $11$ from top & bottom.
Recall that generally modular fractions are well-defined (uniquely exist) iff the denominator is coprime to the modulus. Thus reducing fractions by cancelling common factors is always valid, since a factor of the denominator remains coprime to the modulus, so it is invertible, so cancellable. Similarly all the other common laws of fractions remain valid for modular fractions as long as we restrict to fractions writable with invertible denominator $\:\!d\,$ (i.e. $\,d\,$ is coprime to the modulus).
\pmod{63}
to get $\pmod{63}$ – Arturo Magidin Nov 28 '20 at 00:08