I want the multiple of $7$ that has remainder $1,2,3$ divided by $2,3,4$ respectively.
Now I have had a search of similar questions, but I may have missed it since I am on a phone.
This question should be trivial to me, but I am having trouble, so that is depressing enough, please just give me a hint.
It would appear that I am dealing with:
$$\frac{7x}2\equiv 1\pmod 7$$ $$\frac{7x}{3} \equiv 2\pmod 7 $$ $$\frac{7x}{4} \equiv 3 \pmod 7$$
and then I find inverses for $2,3,4$ and multiply both sides by these, then apply Chinese remainder theorem. But having the different remainders under the same modulus makes no sense, so this leads me to believe I have formulated the question wrong, and chosen the wrong modulus. Thanks