If the roots of the equation $2x^{2} + k = 8x$ are real, find the range of values of $k$.
Reveal answer
Fill a bubble to check yourself
If the roots of the equation $2x^{2} + k = 8x$ are real, find the range of values of $k$.
The equation is 2x^2 - 8x + k = 0. For real roots, the discriminant D = b^2 - 4ac >= 0. (-8)^2 - 4(2)(k) >= 0, so 64 - 8k >= 0, which means 8k <= 64, or k <= 8.
Rewrite the equation into the standard quadratic form as 2x^2 - 8x + k = 0. For the roots to be real, the discriminant must be greater than or equal to zero, so b^2 - 4ac >= 0. Substituting the values gives (-8)^2 - 4(2)(k) >= 0, which simplifies to 64 - 8k >= 0, meaning 8k <= 64 and k <= 8.