Show worked solution
Worked solution
Check the degenerate case k = -1
If k = -1 the x^2 coefficient is zero and the equation becomes linear, which still has a real root.
Now take k \ne -1 (a genuine quadratic)
For a real quadratic we use the discriminant with these coefficients.
Condition for real roots
Real roots (equal or distinct) require a non-negative discriminant.
Substitute
Put the coefficients into b^2 - 4ac.
Square the first term
(-2k)^2 = 4k^2.
Expand the product
Multiply out (k+1)(k-2) = k^2 - k - 2.
Remove the bracket
Distribute the -4 across the bracket, changing every sign inside.
Simplify
The 4k^2 terms cancel, leaving a linear inequality in k.
Solve
Subtract 8 and divide by 4 (a positive divisor, so no flip).
Check the degenerate case fits
The linear case k = -1 already satisfies k \ge -2, so it does not need to be added separately.
Recall what an inequality solution looks like
Unlike an equation, an inequality usually has a whole range of solutions. We are finding every value that works, not a single answer.
Interpret the final answer
The answer describes a set of numbers. Every value in this range makes the original statement true, and every value outside it does not.
Check the boundary points
Because the inequality allows 'equal to', the boundary values are part of the solution and are drawn as solid (filled) circles.
Verify with a test value
Pick a number from your solution and put it back into the original inequality. If it gives a true statement, you can be confident the region is correct.
State the solution
For every k that is at least -2 the equation has real roots.