Step 1: First we have to write polynomials in descending order.
$$ \begin{aligned} P(x) &= -6x^4 \\ Q(x) &= -14x^3+9x \\ \end{aligned} $$We can use distribution property to multiply the polynomial by the monomial.
$$ \begin{aligned} \color{blue}{-6x^4} \cdot \left( -14x^3+9x \right) &= \color{blue}{-6x^4} \cdot \left( -14x^3\right) + \color{blue}{-6x^4} \cdot 9x = \\ &= 84x^7-54x^5 \end{aligned} $$