Resposta:
Vegeu un procés de solució a continuació:
Explicació:
#f (x) * g (x) = (color (vermell) (4x) - color (vermell) (3)) xx (color (blau) (3x) + color (blau) (1)) #
#f (x) * g (x) = (color (vermell) (4x) xx color (blau) (3x)) + (color (vermell) (4x) xx color (blau) (1)) - (color (vermell) (3) xx color (blau) (3x)) - (color (vermell) (3) xx color (blau) (1)) #
#f (x) * g (x) = 12x ^ 2 + 4x - 9x - 3 #
#f (x) * g (x) = 12x ^ 2 + (4 - 9) x - 3 #
#f (x) * g (x) = 12x ^ 2 + (-5) x - 3 #
#f (x) * g (x) = 12x ^ 2 - 5x - 3 #