What are the conditions for the existence of real solutions for the following equations:
$$\begin{align} x^2&=a\cdot y+b\\ y^2&=c\cdot x+d\end{align}$$
where $a,b,c,d $ are real numbers.
These represent two parabolas; how might we find out the conditions for the existence of $0,2,4$ real solutions of the equations?

Assume that $(x,y)$ is a point common to both parabolas. If we add the two equations together and complete the square we get the circle equation \begin{equation*} \left( x - (c/2) \right)^2 + \left(y - (a/2) \right)^2 = (a/2)^2 + (c/2)^2 + b + d \end{equation*} So one condition which is necessary for a solution is that the right-hand side be $\geq 0$. If we instead subtract the second equation from the first we get \begin{align*} (x-y)(x+y) &= ay - xc + b - d \newline &= \frac{a-c}{2}(x+y) - \frac{a+c}{2}(x-y) + b - d \end{align*} Let $w=(x+y)$, $z=(x-y)$, $k_1 = (a-c)/2$, $k_2=(a+c)/2$. Then \begin{equation*} wz = k_1w - k_2z + b-d \end{equation*} \begin{equation*} (w+k_2)(z-k_1) = (b-d) -k_1 k_2 \end{equation*} So the point $(w,z)$ lies on a certain hyperbola. Unfortunately I can't think of anything else that one can say with this line of reasoning, but I thought it was interesting so I decided to post this incomplete answer anyway.