Hi Jillian,
This can be a confusing problem, but it is made far simpler if you understand some basics about quadratic functions.
First, you can solve any quadratic equation by using the Quadratic Formula.
You know, the whole x = (-b ± √(b2-4ac))/(2a)
The quadratic formula isn't nearly as easy as factoring, but not every quadratic factors, so we have this formula to fall back on. Only solutions that are not rational (fractions) do we need to use the quadratic formula on. Realize though, that they would always come in pairs. Due to the ± in the fomula.
Therefore, if 5-i is a zero, then automatically 5 + i is a zero as well. Therefore, you could write the solutions to the quadratic equation that has these zeros as x = 5±i
We can use this solution to go backwards to find what the quadratic equation looks like:
x = 5±i
x-5 = ±i (Subtract 5 from each side)
(x-5)2=(±i)2 (Square both sides)
x2 - 10x + 25 = i2 (Expand each side)
x2 - 10x + 25 = -1 (Replace i2 with -1)
x2- 10x + 26 = 0 (Add 1 to each side)
This then is your quadratic that has 5 ± i as zeros. I hope this helps!