Let consider: $$\begin{cases}6x \equiv 2 \mod 8\\ 5x \equiv 5\mod 6 \end{cases}$$ We can't use Chinese remainder theorem because $\gcd(8,6) = 2 > 1$ Help me.
2026-04-11 12:56:40.1775912200
On
On
How to solve this equation if we can't use Chinese remainder theorem.
135 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
6
There are 6 best solutions below
0
On
$6x \equiv 2 \mod 8$ means that $6x=2+8k$, with $k \in \mathbb{Z}$
It means also that $3x = 1 +4k$, or $3x \equiv 1 \mod 4$ ...
0
On
$$ \begin{array}{l} \left\{ \begin{array}{l} 6x \equiv 2\left[ 8 \right] \\ 5x \equiv 5\left[ 6 \right] \\ \end{array} \right. \Leftrightarrow \left\{ \begin{array}{l} 3x \equiv 1\left[ 4 \right] \\ x \equiv 1\left[ 6 \right] \\ \end{array} \right. \\ \Rightarrow \left\{ \begin{array}{l} x \equiv - 1\left[ 4 \right] \\ x \equiv 1\left[ 6 \right] \\ \end{array} \right. \Rightarrow \left\{ \begin{array}{l} x \equiv 3\left[ 4 \right] \\ x \equiv 1\left[ 6 \right] \\ \end{array} \right. \\ 4k + 3 = 6m + 1 \Leftrightarrow 1 = 3m - 2k \\ \end{array} $$
The system is equivalent to
$$6x \equiv 2 \pmod 8\iff3x\equiv 1\pmod4\iff x\equiv 3\pmod4$$ $$5x\equiv 5\pmod6\iff x\equiv 1\pmod6$$
$x=4n+3$ (from $1^{rst}$ equation)
Putting in second
$$4n+3\equiv 1\pmod6$$ $$4n\equiv 4\pmod6$$ $$2n\equiv 2\pmod3$$ $$n\equiv1 \pmod3$$
So $n=3m+1$
$x=4(3m+1)+3=12m+7$
So any integer of the form $12m+7$ is a solution where $m\in\mathbb{Z}$