146k views
5 votes
Write a polynomial function of minimum degree with real coefficients whose zeros include those listed. Write the polynomial in standard form.

7, -11, and 2 + 6i

User Aleksei
by
8.0k points

1 Answer

2 votes

Answer:

x^4 - 53x^2 + 468 - 3080

Explanation:

If 2+6i is a root, then so is 2-6i

So, if you want a leading coefficient of 1, we have

y = (x-7)(x+11)(x-(2+6i))(x-(2-6i))

= (x-7)(x+11)((x-2)-6i)((x-2)+6i)

= (x-7)(x+11)((x-2)^2 + 6^2)

= (x-7)(x+11)(x^2-4x+4+36)

= (x-7)(x+11)(x^2-4x+40)

User Tim Blackburn
by
7.2k points