I'm really bad at doing these for some reason, just need some help, this is not a hw question. I just need to do these smaller problems to gain some understanding.
For which primes $p$ is $-3\in Q_p$ (quadratic residues of p)?
I know that $(\frac{-3}{p})=(\frac{-1}{p})(\frac{3}{p})$
For $(\frac{-1}{p})$ = 1 if $p\equiv 1\pmod{4}$ and -1 if $p\equiv 3\pmod{4}$
Also for $(\frac{-3}{p})$ = 1 if $p\equiv \pm 1\pmod{12}$ and -1 if $p\equiv \pm 5\pmod{12}$
If I CRT these it's wrong.
I'll assume that $p>3$. Then by quadratic reciprocity, $$ \Big(\frac{3}{p}\Big)=(-1)^{\frac{p-1}{2}\frac{3-1}{2}}\Big(\frac{p}{3}\Big)=(-1)^{\frac{p-1}{2}}\Big(\frac{p}{3}\Big)$$ Since $$ \Big(\frac{-1}{p}\Big)=(-1)^{\frac{p-1}{2}}$$ it follows that $$ \Big(\frac{-3}{p}\Big)=\Big(\frac{-1}{p}\Big)\Big(\frac{3}{p}\Big)=\Big(\frac{p}{3}\Big)$$ which is $1$ when $p\equiv 1$ (mod $3$) and is $-1$ when $p\equiv -1$ (mod $3$).