Given the following module operation:
$$8x + 51\pmod{10}$$
Details:
- $x \equiv y \pmod{m}$ is by definition equivalent to $m|(x−y)$.
- $x \equiv y \pmod{m}$ , $x,y\in \mathbb{Z}, m \in \mathbb{Z^+}$ iff $a \pmod {m} = b \pmod{m}$.
Question 1: Can we split it as follows based on module details above:
$$8x + 51\pmod{10} = 8$$
$$51\pmod{10} = 1$$
Then,
$$8x + 1\pmod{10} = 8$$
Question 2: Is it possible to subtract numbers from the module operation $1$ from both sides:
$$8x \pmod{10} = 7$$
Question 3: Suppose we have the quantity $8x \pmod{10} = 7$, then what is the meaning that the inverse of $8 \pmod{10}$ is $7 \pmod{10}$? Given the inverse, how we can multiply both sides by it as follows as this was not covered in basic module operations in
$$7\cdot 8x \pmod{10} = 7 \cdot 7 \pmod{10}$$
We can conclude that
$$56x \pmod{10} = 7 $$