I have the following question:
Find all solutions $x^2=1(mod 143)$
This is what I did :
11,13 are prime therefore :
$$(1)\space x^2=1(mod 11)$$ $$(2) \space x^2=1(mod 13)$$
using The Chinese Theorem I get that :
$$x^2=(11*x_1*1)+(13*x_2*1)$$
Finding $x_1,x_2$
$13x_1=1(mod 11) \rightarrow x_1=6+11k$
$11x_1=1(mod 13) \rightarrow x_2=6+11k$
Therefore : $$x^2=(11*x_1*1)+(13*x_2*1)=x^2=(11*6*1)+(13*6*1)=144+143k$$
But wolframalpha finds $4$ different solutions and I just found one, Any ideas what I did wrong?
Any help will be appreciated.