Find the highest value of $K$ such that $$x^2 - 10x + 40 \ge K$$ $ \forall x \in R$.
Step 1: I'll assume $K$ is equal to $0$ just to make it simpler (Is it OK to do so?) $$x^2 - 10x + 40 \ge 0$$
Step 2: Solving this with the quadratic equation formula:
$$ x = \frac{-(-10) \pm \sqrt[2]{100 - (4)(1)(40)}}{2(1)}$$
Step 3: How to proceed with the negative square root?
$$x = \frac{-(-10) \pm \sqrt[2]{-60}}{2(1)}$$
Possible answers:
$a) 4$ $b) 5$ $c) 6$
$d) 7$ $e) 8$
HINT: Think about the graph of $f(x) = x^2−10x+40$. Does it attain a minimum value? Can you figure out where?