Question: How many possible values of (a, b, c, d), with a, b, c, d real, are there such that abc = d, bcd = a, cda = b and dab = c?
I tried multiplying all the four equations to get: $$(abcd)^2 = 1$$
Not sure how to proceed on from here. Won't there be infinite values satisfying this equation?
If one of the variables is $0$ then all of them are...so one solution is $\{0,0,0,0\}$.
Let's now exclude that solution. As the OP points out, multiplying the equations together yields $$(abcd)^3=abcd\implies (abcd)^2=1$$
Now, suppose that $a\neq \pm 1$. We remark that $$abcd=a\times bcd=a\times a=a^2\neq \pm 1$$ which contradicts $(abcd)^2=1$. Thus $a$ must be $\pm 1$. Similarly, each variable must be $\pm 1$. Inspection quickly shows that either all four have the same sign or we have two of each, and we are done.