I'm trying to solve a question that says that for the equation $z^4 + pz^3 + 54z^2 - 108z + 80 = 0$, three of the roots of the equation are $3 + i, a$ and $a^2$.
I know that for a quadratic equation $ax^2 + bx + c = 0$, the product of the roots is $\frac{c}a$, but I don't know how this would apply to the polynomial equation in this question.
Please help me, thank you!
From Vieta's formula, for polynomial $p(x) = \sum_{i=1}^n a_i x^n$ and $r_i$ are the roots, we have $$\prod_{i=1}^nr_i = (-1)^n\frac{a_0}{a_n} $$
Hence the produce is $80$. Note that there is no need to compute the roots in order to obtain the product of the roots.