Given: $x\equiv19\ (\textrm{mod}\ 5)$.
Identify which one of the following options gives integers that are valid solutions for $x$ ?
$-19$ and $7$,
$-11$ and $54$,
$7$ and $26$,
$11$ and $26$.
I then tried to emulate that process as follows.
$54 = 10\cdot 5$ with $r=4$
$54\equiv4\ (\textrm{mod}\ 5)$
$7=1\cdot 5 +2$
$2\ (\textrm{mod}\ 5)$
$11 = 2\cdot 5+1$
$1\ (\textrm{mod}\ 5)$
Basically I thought $x= Remainder\ (\textrm{mod}\ 5)$
$x\equiv y\mod n\iff x-y=kn$ for some integer $k$, so for example, $$54-19=35=5k,$$ where $k=7$.