Skip to main content
Combining Functions
0. Functions / Combining Functions / Problem 2
Problem 2

Simplify the composite function a(b(c(x)))a\left(b\left(c\left(x\right)\right)\right) given the following:
a(x)=x3a\left(x\right)=-x^3
b(x)=cos(x)b\left(x\right)=\cos\left(x\right)c(x)=xc\left(x\right)=\sqrt{x}

Learn this concept