Suppose that the functions r and s
are defined for all real numbers x
as follows.
r(x)=2x+6
s(x)=3x
write the expression for (r+s)(x),(r-s)(x) and evaluate (r*s)(-1)
(r * s)(- 1) means: r(- 1) * s(- 1)
r(x) = 2x + 6
r(- 1) = 2(- 1) + 6, or 4
s(x) = 3x
s(- 1) =3(- 1), or - 3
(r * s)(- 1) = r(- 1) * s(- 1) = 4(- 3) =