Let a, b, c be positive integers satisfying: $$ a \equiv 0 \;(mod\;3)\\ b \equiv 0 \;(mod\;5)\\ c \equiv 0 \;(mod\;7)\\ a+b \equiv 0 \;(mod\;67)\\ b+c \equiv 0 \;(mod\;17)\\ c+a \equiv 0 \;(mod\;73)\\ $$
This problem requires the smallest possible value of a + b + c.
My approach was to solve this congruence equation with an attempt to obtain some general formulae for a, b and c but it did not seem to work.
I would like to know how simultaneous equations in different congruence can be solved in general (if there is any reference for that) or whether there is any trick to handle this particular problem without considering the general problem.