
Nataliya D. answered 06/07/13
Patient and effective tutor for your most difficult subject.
y = ax2 + bx + c
To find zeros of the quadratic function use formula:
x12 = (- b ± √D) / (2a) , D = b2 - 4ac
In the set of real numbers:
1. There are two zeros, if D > 0
2. There is one zero, if D = 0
3. There is no zeros, if D < 0
Let's find value of x if y = 0
4x2 + 6x - 2 = 0 ---> 2x2 + 3x - 1 = 0
D = 32 - 4*2*(-1) = 17 > 0
x1 = (-3 + √17) / 4
x2 = (-3 - √17) / 4