I am trying to solve this problem:
Solve the system of equations \begin{align} \begin{cases} ab + cd = -1 \\ ac + bd = -1 \\ ad + bc = -1 \end{cases} \end{align} for the integers $a$, $b$, $c$ and $d$.
I have found that the first equation gives $d = \dfrac{-1-cd}{a}$, which gives $a\neq0$. Other than that, I don't know where to start.
Tips, help or solution is very appreciated. Thanks!
Add equation 1 and 2, 1 and 3, 2 and 3 you get
$(a+d)(b+c)=-2$
$(a+c)(b+d)=-2$
$(a+b)(c+d)=-2$
All of them are integers, so it can only be $-2\times1$ or $2\times(-1)$.
List out all possibility the solutions can only be any permutation of $(1,1,1,-2)$ or $(-1,-1,-1,2)$