How do you find the zeros, real and imaginary, of # y = 7x^2 +12x + 2 # using the quadratic formula?

1 Answer
Jan 17, 2017

The solutions are #S={(-6+sqrt22)/7,(-6-sqrt22)/7}#

Explanation:

We compare this equation

#7x^2+12x+2=0#

to

#ax^2+b+c=0#

We start by calculating the discriminant

#Delta=b^2-4ac=12^2-4*7*2=144-56=88#

Therefore,

As #Delta>0#, there are 2 real roots

#x=(-b+-sqrtDelta)/(2a)#

#x_1=(-12+sqrt88)/14=(-6+sqrt22)/7#

#x_2=(-12-sqrt88)/14=(-6-sqrt22)/7#