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