How do you find the zeros, real and imaginary, of y=19x^2-4x-3 y=19x24x3using the quadratic formula?

1 Answer
Mar 27, 2018

x=(2+sqrt(41))/(19)x=2+4119 and x=(2-sqrt(41))/(19)x=24119.

Explanation:

The problem says to use the quadratic formula, so we will use that. The quadratic formula is x=(-b+-sqrt(b^2-4ac))/(2a)x=b±b24ac2a. aa,bb, and cc come from ax^2+bx+cax2+bx+c, the standard form of a quadratic equation.

The equation is already in standard form, so we can simply substitute and simplify!

x=(-b+-sqrt(b^2-4ac))/(2a)x=b±b24ac2a
x=(-(-4)+-sqrt((-4)^2-4(19)(-3)))/(2(19))x=(4)±(4)24(19)(3)2(19)
x=(4+-sqrt(16-(-228)))/(38)x=4±16(228)38
x=(4+-sqrt(244))/(38)x=4±24438
244 is not a perfect square, so we could stop here. However, notice that 244 is divisible by 4, which is a perfect square, so we can simplify sqrt(244)244!
x=(4+-sqrt(4*41))/(38)x=4±44138
x=(4+-2sqrt(41))/(38)x=4±24138
We can pull a 2 out of each term and simplify:
x=(cancel2(2+-sqrt(41)))/(cancel2(19))
x=(2+-sqrt(41))/(19)
So our solutions are x=(2+sqrt(41))/(19) and x=(2-sqrt(41))/(19).