I search every pair $(e,f)$ of real numbers ($\,\Bbb R\,$) that fulfills this system of equations:
$$ \begin{align} e^2 + d \cdot f = d \\ e + d^2 \cdot f^2 = d \end{align} $$
I have to calculate for
a) d=1 every pair (e,f) and
b) i want to know for any real number $d$ , the amount of different solution pairs $(e,f)$.
Is the quartic formula really necessary or can I use the other solution?
For a given $d$ you have two equations in two unknowns. You can do $$e^2+df=d\\e+d^2f^2=d\\f=\frac {e^2}d-1\\e+d^2\left(\frac {e^2}d-1\right)^2=d\\e^4-2e^2d+e+d^2-d=0$$ which is a quartic in $e$. There is a very messy formula for that or you can solve it numerically.