Per favore aiutami a scrivere la funzione?

Per favore aiutami a scrivere la funzione?
Anonim

Risposta:

# (h + g) (x) = x ^ 2-5x-4 #

# (H * g) (x) = x ^ 3-10x ^ 2 + 12x #

# (H @ g) (x) = - 8n + 2 #

Spiegazione:

1)

# (h + g) (x) = (x-4) + (x ^ 2 -6x) #

# (h + g) (x) = x-4 + x ^ 2 -6x #

# (h + g) (x) = x ^ 2-5x-4 #

2)

# (h * g) (x) = (x-4) (x ^ 2 -6x) #

# (H * g) (x) = x ^ 3-6x ^ 2-4x ^ 2 + 12x #

# (H * g) (x) = x ^ 3-10x ^ 2 + 12x #

3)

# (h @ g) (x) = 4 (-2n + 1) -2 #

# (H @ g) (x) = - 8n + 4-2 #

# (H @ g) (x) = - 8n + 2 #