I have this system of congruences $ p \equiv 3 \pmod 4$ and $ p \equiv 2 \pmod 3$ and the solution written in the book is $ p \equiv 11 \pmod {12 }$ but I do not know how? Could anyone explain this for me please?
I feel like I can not apply Chinese remainder theorem as it requires at least 3 congruences ..... am I correct?
You could apply the Chinese remainder theorem. For this particular system, the solution is simple:
$p\equiv-1\pmod4$ and $p\equiv-1\pmod3$ means $4|p+1$ and $3|p+1$, so $12|p+1$;
i.e., $p\equiv-1\pmod{12}$.
[Note: $-1\equiv11\pmod{12}$.]