Suppose that $n$ is a positive integer that satisfies the following system $(X)$:
$$n=60k_1+1 ;$$ $$n=7k_2 ;$$ for some integers $k_1, k_2$.
(Or you can write it in modular arithmetic form)
The question is: What is the general formula that generates all the positive integers that satisfy the two equations above?
My attempt: I have found the following formula that generates an infinite number of solutions:
$n=60(5+7t)+1$, where $t=0, 1, 2, 3, ...$
But how to prove that my formula produces all the possible solutions for the system $(X)$ above? Or, if not, then can anyone find a counter-example that solves $(X)$, but that can't be written in the form that I have found?