A problem from a Moscow Olympiad states : let $a,b,c$ be real numbers such that $(a+b+c)c<0$. Show that $b^2-4ac>0$. There is a well known proof of this applying the IVT on the polynomial $f(x) = ax^2+bx+c$. Is there any proof that does not involve any calculus, including IVT?
The question emerged from a reddit post https://www.reddit.com/r/math/comments/9znumt/theorems_of_single_variable_calculus/
We have $$ (b^2 - 4ac) + 4(a+b+c)c = (b+2c)^2 \ge 0 \\ \implies b^2 - 4ac \ge - 4(a+b+c)c > 0 $$
To give proper credit: The above approach was found after reading guest's answer and is just a simplification of that solution.