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