I read a method to solve the linear congruence $$43x\equiv 12 \pmod{56}$$ indirectly from a book. The method is to find an equivalent system of congruences, and then solve the system to obtain a solution to the original linear congruence.
To solve $43x\equiv 12 \pmod{56}$, the book writes that it is equivalent to the system: $$x\equiv 5 \pmod{7}\qquad \text{and}\qquad 3x\equiv 4\pmod{8}.$$ Since every element in the group $(\mathbb{Z}/8\mathbb{Z})^*$ has order 2, $3x\equiv 4\pmod{8}$ is equivalent to $x\equiv 4 \pmod{8}$.
I have two questions about this equivalence.
First, how to obtain a system of congruences that is equivalent to the original linear congruence?
Second, why is $3x\equiv 4\pmod{8}$ equivalent to $x\equiv 4 \pmod{8}$ because the elements in $(\mathbb{Z}/8\mathbb{Z})^*$ have order 2?
Any help will be appreciated!