490,095 views
23 votes
23 votes
Help with functions!! Thank you!!

Help with functions!! Thank you!!-example-1
User Gorets
by
2.9k points

1 Answer

14 votes
14 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 Ayeshmantha Perera
by
3.1k points