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