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