How would one solve for $n$ in a modular system of equation(s) such as this one?
$42n+7$ $=$ $1$ $\pmod {7n+1}$
$12n+3$ $=$ $1$ $\pmod {6n+1}$
Please show work (just as in algebra) if possible. Thanks in advance.
How would one solve for $n$ in a modular system of equation(s) such as this one?
$42n+7$ $=$ $1$ $\pmod {7n+1}$
$12n+3$ $=$ $1$ $\pmod {6n+1}$
Please show work (just as in algebra) if possible. Thanks in advance.
Both of these are trivially true, giving no information on $n$.
$\begin{align} 42n+7 &\equiv 1\bmod {7n+1}\\ (42n+7)-6(7n+1) &\equiv 1\bmod {7n+1}\\ (42n+7)-(42n+6) &\equiv 1\bmod {7n+1}\\ 1 &\equiv 1\bmod {7n+1}\\ \end{align}$
$\begin{align} 12n+3 &\equiv 1\bmod {6n+1}\\ (12n+3)-2(6n+1) &\equiv 1\bmod {6n+1}\\ (12n+3)-(12n+2) &\equiv 1\bmod {6n+1}\\ 1 &\equiv 1\bmod {6n+1}\\ \end{align}$