Suppose we know $x\equiv 3 \bmod 11$ and $x\equiv 7\bmod 13$ and $0<x<143$ holds then CRT gives that $x=3\times 13[13^{-1}\bmod 11] + 7\times 11[11^{-1}\bmod 13]=39\times 6 + 77\times 6=696$ gives a solution but it is not within $0$ and $143$. So we take $696\bmod 143$ and choose $124$ as solution.
My query is say instead of $3$ we choose $3+11k$ and instead of $7$ we choose $7+13\ell$ for some $k,\ell\in\Bbb Z$ can we still recover $124$?
Instead of $696$ is there a direct way to get $124$?
We have $696=124+4(143)$. In general what is the quantity that goes in instead of $4$?
we have $$x=3+11m,x=7+13n$$ from here we get the Diophantine equation $$11m-13n=4$$ with Solutions $$m=11+13k,n=9+11k$$ plugging this in the equations for $x$ $$x=124+11\cdot 13k$$ thus we obtain $$x=124$$ for $$k=0$$