How could I go about solving $$x\equiv 1\mod 2$$ $$x\equiv 1\mod 3$$ $$x\equiv 1\mod 4$$ $$x\equiv 1\mod 5$$ $$x\equiv 1\mod 6$$ $$x\equiv 0\mod 7$$
I know that if I want to use the Chinese Remainder Theorem then I have to find a way for all the mod's to be relatively prime to each other but I am unsure which ones I can get rid of. Any suggestions?
So $x \equiv 1 \mod {60}$ and $x \equiv 0 \mod {7}$ does the trick.
– k.stm Feb 16 '13 at 20:43