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