Find the largest integer k such that the equation
5x^2 - kx + 8 = 4x^2
has no real solutions.
re-write as
x^2 - kx + 8 = 0 discriminant of Quadratic Formula must be < 0 for no real roots
b^2 - 4ac < 0
k^2 - 4(1)(8) < 0
k^2 < 32
k < sqrt 32 sqrt 32 = 5.65 so largest integer would be 5