I have:
$$T(x) = -\frac1{10}x^2 + \frac{24}{10}x - \frac{44}{10}$$
$T$ = temperature
$x$ = hour
And they ask me to find the hour in which the temperature reached zero. So I know I must replace:
$$0 = -\frac1{10}x^2 + \frac{24}{10}x - \frac{44}{10}$$
It's very easy, I know, but I really don't remember how to clear/free the $x$ in this case.
Use the quadratic formula so that the zeroes of the function occur at $\frac{-b \pm \sqrt {b^{2}-4ac}}{2}$, where $a=\frac{-1}{10},b=\frac{24}{10}x,c=\frac{-44}{10}$. In general, polynomials of up to degree 4 have solutions in roots, but solutions of degree 5 or higher do not.