57.0k views
14 votes
Which polynomial function has a leading coefficient of 1 and roots (7 i) and (5 – i) with multiplicity 1? f(x) = (x 7)(x – i)(x 5)(x i) f(x) = (x – 7)(x – i)(x – 5)(x i) f(x) = (x – (7 – i))(x – (5 i))(x – (7 i))(x – (5 – i)) f(x) = (x (7 – i))(x (5 i))(x (7 i))(x (5 – i))

2 Answers

4 votes

Answer:

C on edge 23

Explanation:

because i said so

User Alexblae
by
4.0k points
11 votes

It looks like you might have intended to say the roots are 7 + i and 5 - i, judging by the extra space between 7 and i.

The simplest polynomial with these characteristics would be


f(x) = (x - (7 + i)) (x - (5 - i))

but seeing as each of the options appears to be a quartic polynomial, I suspect f(x) is also supposed to have only real coefficients. In that case, we need to pair up any complex root with its conjugate to "complete" f(x). We end up with


f(x) = (x - (7 + i)) (x - (7 - i)) (x - (5 - i)) (x - (5 + i))

which appears to most closely resemble the third option. Upon expanding, we see f(x) does indeed have real coefficients:


f(x) = (x^2 - (7^2 - i^2)) (x^2 - (5^2 - i^2)) = (x^2 - 8) (x^2 - 6) = x^4 - 14x^2 + 48

User Cemal Eker
by
4.0k points