124k views
10 votes
Find a degree 3 polynomial with real coefficients

having zeros 3 and 4i and a lead coefficient of 1. Write
P in expanded form.

User Chenka
by
7.3k points

1 Answer

7 votes

Answer:

Since 4 - 2i is a zero, 4 + 2i is also a zero.

Explanation:

x = 2, x = 4 - 2i, x = 4 + 2i

x - 2 = 0, x - 4 + 2i = 0, x - 4 - 2i = 0

P(x) = (x - 2)(x - 4 + 2i)(x - 4 - 2i)

P(x) = (x - 2)(x2 - 8x + 20)

P(x) = x3- 10x2 + 36x - 40

User Jmb
by
7.2k points