SOLUTION: Suppose a(x) = 3x - 7 and b(x) = 2 - x^3. Find a(b(3)) - b(a(3)).
Algebra
->
Functions
-> SOLUTION: Suppose a(x) = 3x - 7 and b(x) = 2 - x^3. Find a(b(3)) - b(a(3)).
Log On
Algebra: Functions, Domain, NOT graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Functions
Question 1028649
:
Suppose a(x) = 3x - 7 and b(x) = 2 - x^3. Find a(b(3)) - b(a(3)).
Answer by
robertb(5830)
(
Show Source
):
You can
put this solution on YOUR website!
b(3) = 2 - 3^3 = 2 - 27 = -25 ==> a(b(3)) = a(-25) = 3*-25 - 7 = -75 - 7 = -82
a(3) = 3*3 - 7 = 9 - 7 = 2 ==> b(a(3)) = b(2) = 2 - 2^3 = 2 - 8 = -6.
==> a(b(3)) - b(a(3)) = -82 - -6 = -76.