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