140k views
18 votes
Help with functions!! Thank you!!

Help with functions!! Thank you!!-example-1

1 Answer

3 votes

Answer:

(s - t)(x) = 4x^2 - x - 5

(s + t)(x) = 4x^2 + x + 5

(s * t)(-1) = 16

Explanation:

(s - t)(x) is simply the same as s(x) - t(x)

(s + t)(x) is simply the same as s(x) + t(x)

(s * t)(x) is simply the same as s(x) * t(x)

(s - t)(x) = s(x) - t(x) = 4x^2 - (x+5) = 4x^2 - x - 5

(s + t)(x) = s(x) + t(x) = 4x^2 + (x+5) = 4x^2 + x + 5

(s * t)(-1) = s(-1) * t(-1) = 4(-1)^2 * (-1+5) = 4 * 4 = 16

User Najim El Guennouni
by
3.9k points