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