We can multiply polynomials by using a GRID METHOD
Write one of the polynomials across the top and the other down the left side.
$$ \begin{darray}{|c|c|c|c|}\hline & \color{blue}{x^2} & \color{blue}{-2x} & \color{blue}{-8} \\ \hline \color{blue}{3x} & & & \\ \hline \color{blue}{1} & & & \\ \hline \end{darray} $$Fill in each empty box by multiplying the intersecting terms.
$$ \begin{darray}{|c|c|c|c|}\hline & \color{blue}{x^2} & \color{blue}{-2x} & \color{blue}{-8} \\ \hline \color{blue}{3x} & \color{orangered}{3x^3} & \color{orangered}{-6x^2} & \color{orangered}{-24x} \\ \hline \color{blue}{1} & \color{orangered}{x^2} & \color{orangered}{-2x} & \color{orangered}{-8} \\ \hline \end{darray} $$Combine like terms:
$$ 3x^3-6x^2 + x^2-24x-2x-8 = \\ 3x^3-5x^2-26x-8 $$