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