I have recently started to self-study Spivak's Calculus book, and to be honest, my math is kind of rusty so I was just wanting to confirm that I have done this question correctly.
The question: Suppose that $b^2 -4c < 0$. Show that there are no numbers x satisfying $x^2+bx+c=0$.
My solution:
I used completing the square to arrive at the formula $(x+\frac{b}2)^2-\frac{b^2-4c}4 = 0$. Breaking it down I can conclude that $(x+\frac{b}2)^2 \ge 0$ (any number squared is greater than or equal to 0) and that $\frac{b^2-4c}4 < 0$ (as specified by the question). Therefore, any number greater than or equal to 0 subtracted by a negative number needs to be greater than 0.
Sorry if this question seems kind of pointless, it's just taking me quite a while to slog through these questions and I want to make sure that I am doing it correctly.