
Doug C. answered 10/17/23
Math Tutor with Reputation to make difficult concepts understandable
If 5 - 7i is root, then so is its conjugate 5 + 7i.
If those complex numbers are roots of the polynomial function, then the following are factors:
[x - (5 - 7i)] [x - {5 + 7i)]
The product of those factors can be rewritten as:
[ (x - 5) + 7i][(x - 5) - 7i]
Since that is the product of the sum and difference of the same two numbers (x - 5) and 7i, the result is a difference of squares.
(x - 5)2 - (7i)2
x2 - 10x + 25 - 49i2
Replacing i2 with -1 results in:
x2 -10x +25 +49
So, P(x) = x2 - 10x + 74
You can check the result with either the quadratic formula or by completing the square.
x2 -10x + 74 = 0
x2 -10x = -74
x2 - 10x +25 = -74 +25 (complete the square)
(x - 5)2 = -49
x - 5 =±7i (square root property)
x = 5 ± 7i

Doug C.
The definition for P(x) is one of infinitely many. P(x) = A(x^2 - 10x + 74) where A is any rational number (except 0) gives the same roots.10/17/23