How do you find the x and y intercepts for y=x^2+6x-5y=x2+6x5?

1 Answer
Mar 14, 2016

x-intercept --> -3 +- sqrt143±14

Explanation:

To find y-intercept, make x = 0 --> y = -5
To find x-intercepts, make y = 0 and solve the quadratic equation:
y = x^2 + 6x - 5 = 0.y=x2+6x5=0.
D = d^2 = b^2 - 4ac = 36 + 20 = 56 = 4*14D=d2=b24ac=36+20=56=414 --> d = +- 2sqrt14d=±214
x = - 6/2 +- (2sqrt14)/2 = -3 +- sqrt14x=62±2142=3±14

NOTE
To simplify calculation, use the improved quadratic formula (Google, Yahoo Search) instead of the classical formula.
Improved formula
D = d^2 = b^2 - 4acD=d2=b24ac
x = -b/(2a) +- d/(2a)x=b2a±d2a
Classical formula
x = -b/(2a) +- (sqrt(b^2 - 4ac))/(2a)x=b2a±b24ac2a