Given the polynomial $x^{3}-p{x}+1=0$, evaluate $\frac{bc}{a^{5}}+\frac{ac}{b^{5}}+\frac{ab}{c^{5}}$ in terms of $p$ if $a,b$ and $c$ are the roots of the polynomial.
My attempt involved:
$$\frac{bc}{a^{5}}+\frac{ac}{b^{5}}+\frac{ab}{c^{5}}=\frac{\left(ab+ac+bc\right)^{6}-4...}{\left(-1\right)^{5}}$$
but the power $6$ is just ridiculous. There must be a way to evaluate this without having to expand a trinomial to the power of $6$ by hand. Any ideas?