Find the largest integer k such that the equation 5x^2 - kx + 8 - 2x^2 + 25 =0 has no real solutions
For there to be no real solutions, the discriminant needs to be NEGATIVE
The descriminant is b2−4ac<0 with b=k; a=5; c=8
Plugging it all in, we have
k2−4(5)(8)<0k2<160
k<12.65
We are trying to find the largest INTEGER, which would be 12.
Thanks! :)