So, I'm trying to solve the following equation using regular algebra, and I don't think I'm doing it right: $3x+5 = 1\pmod {11}$
I know the result is $x = 6$, but when I do regular algebra like the following, I do not get 6:
$3x=1 - 5\pmod{11}$
$x = \dfrac{(1 \pmod{11} - 5)} 3$
So, I figured that since $1 \pmod{11} = 1$ the equation becomes
$x = \dfrac{-4} 3$
Which is not 6! I am totally lost here and would appreciate any help......

$3x+5 = 1(mod 11)$ means that $3x+5-1=11n$ for some $n\in \Bbb Z$, and hence $x=\frac{11n-4}{3}$. So $n=6 (x=6) ,n=11(x=17) \cdots$
Notice that $n$ must satisfy that 3 divides $11n-4$. So the solution is not unique.