So I need to write down the smallest natural number $x$ that satisfies this statement:
$11x$ has reminder of $1$, when divided by $2,3,5,7$.
So I know it's somehow solved by using modular arithmetic but I wonder how can I apply it here.
Any help would be appreciated.