Can anyone help me with this? Thank you very much!
Problem: Find two integers between 1 and 100 such that for each: a) if you divide by 4, the remainder is 3; b) if you divide by 3, the remainder is 1; and c) if you divide by 5, the remainder is 1.
Here is what I have done: assume $x$ is the number, then I have equations as following. I don't know how to find $x$ from here.
$$x\equiv3\pmod{4}$$ $$x\equiv1\pmod{3}$$ $$x\equiv1\pmod{5}$$