One root of $x^2 + px + q = 0$, for $p, q$ real, is $x = 2 + 3i$. How do you find $p$ and $q$?
What I have tried so far:
$(2+3i)(2-3i)$
$=4-6i+6i-9i^2$
$=4+9 = 13$
Therefore $q$ is $13$
But I don't know how to find the value of $p$
Any help would be appreciated!
Note that if $\alpha$ and $\beta$ are the roots, then we have
$(x-\alpha)(x-\beta)=0$
$$x^2-(\alpha+\beta) x+\alpha \beta = 0$$
Since your equation is monic,
$$p=-(2+3i+2-3i)=-4$$