$$6x \equiv 2 \pmod 4 \\ 4x \equiv 6 \pmod 9 \\ x \equiv 15 \pmod {17}$$ I need to find a minimal solution for this system. Ideally, I want to use CRT but it can't be done because the LHS's aren't the same. I tried to simplify the equations but I didn't see where it lead.
I'd be glad for help
Thanks!
It is possible to remove the multipliers on the LHSs. For the first equation, note that it is equivalent to $$2x\equiv2\bmod4$$ $$x\equiv1\bmod2$$ For the second, 4 has an inverse modulo 9, so multiply by that inverse on both sides: $$x\equiv7\cdot6\equiv6\bmod9$$ Now the CRT can be applied, yielding a minimal solution of 15.