Looking for answers? Westonci.ca is your go-to Q&A platform, offering quick, trustworthy responses from a community of experts. Explore a wealth of knowledge from professionals across various disciplines on our comprehensive Q&A platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

y=x^2-20x+32
What are the zeros of the function using the quadratic formula


Sagot :

By the quadratic formula, we find that the two zeroes of the quadratic function y = x² - 20 · x + 32 are x₁ = 10 + 2√17 and x₂ = 10 - 2√17, respectively.

How to find the zeroes of a second order polynomial

A value of x is a zero of a polynomial if and only if [tex]\sum\limits_{i=0}^{n} c_{i}\cdot x^{i} = 0[/tex], the quadratic formula for second order polynomials of the form a · x² + b · x + c = 0 is presented below:

[tex]x =\frac{-b \pm \sqrt{b^{2}-4\cdot a \cdot c}}{2\cdot a}[/tex]

If we know that a = 1, b = -20 and c = 32, then the roots of the second order polynomial are:

[tex]x = \frac{20 \pm \sqrt{(-20)^{2}-4\cdot (1)\cdot (32)}}{2\cdot (1)}[/tex]

[tex]x = 10 \pm 2\sqrt{17}[/tex]

By the quadratic formula, we find that the two zeroes of the quadratic function y = x² - 20 · x + 32 are x₁ = 10 + 2√17 and x₂ = 10 - 2√17, respectively.

To learn more on quadratic functions: https://brainly.com/question/5975436

#SPJ1