In this example we are multiplying two binomials so FOIL method can be used.
$$ \begin{aligned} \left( \color{blue}{ x+1}\right) \cdot \left( \color{orangered}{ 2x+2}\right) &= \underbrace{ \color{blue}{x} \cdot \color{orangered}{2x} }_{\text{FIRST}} + \underbrace{ \color{blue}{x} \cdot \color{orangered}{2} }_{\text{OUTER}} + \underbrace{ \color{blue}{1} \cdot \color{orangered}{2x} }_{\text{INNER}} + \underbrace{ \color{blue}{1} \cdot \color{orangered}{2} }_{\text{LAST}} = \\ &= 2x^2 + 2x + 2x + 2 = \\ &= 2x^2 + 2x + 2x + 2 = \\ &= 2x^2+4x+2; \end{aligned} $$