I need help with the following question:
Find all the integer solutions for: $3x^2+18x+95\equiv 0\pmod {143}$
My solution: First I know that $143=11\cdot 13$ then because $\gcd (11,13) = 1$ then $3x^2+18x+95\equiv 0\pmod {143}$ if, and only if $$3x^2+18x+95\equiv 3x^2+7x+7\equiv 0\pmod {11} \\ 3x^2+18x+95 \equiv 3x^2+5x+4\equiv 0\pmod {13}$$
I don't know how to solve those equations and I don't know how to combine it to the big solution for the real question (I know about the CRT, but I didn't realy understood how to use it, I'd love help with this).
thanks in advance