I've gone ahead and split up $4000$ into $2^{5} 5^{3}$ and solved each solution separately - as in applied Hensel's lemma for mod 2 and mod 5 solutions separately, I just don't understand how I would combine these solutions.
For mod $2^{5}$, after lifting the final solution I got was $x = 31$ (set of solutions would be $x = 31 + 32n$)
For mod $5^{3}$, after lifting the final solution I got was $x = 124$ (set of solutions would be $x = 124 + 125n$)
How can I combine what I got to get the final answer? Because these do not work for mod 4000