Explanation:
this is a multiplication dot, right ?
so,
(f.g)(x)
or
(f×g)(x)
any arithmetic operation (like +, -, ×, ÷) between 2 functions is done by applying that operation to the functional expressions.
(f×g)(x) = (x² - 12x + 35)(x - 5) =
= x³ - 5x² - 12x² + 60x + 35x -175 =
= x³ - 17x² + 95x - 175