Question 763177: find y so that x^2+(y+1)x+y+4=0 has only one solution. (I am not asking you to solve the quadratic in terms of y) Answer by ramkikk66(644) (Show Source):
You can put this solution on YOUR website!
If it has only ONE solution (root), the LHS must of the form (x+a)^2.
(x+a)^2 = x^2 + 2*a*x + a^2
Equating the above to the given equation for coefficient of x, and the constant term
(y+4) must be equal to(a^2), or a = sqrt(y+4)
The middle term is the equivalent of 2*a*x, i.e.
i.e.2*sqrt(y+4) = y+1
Squaring both sides:
y = 5 or y = -2
Taking the positive solution of , the original equation becomes:
x^2 + 6x + 9 = 0 which has only one solution x = -3.
:)