Find f o g o h, where f(x)= √(1-x) g(x) 1-x^2 h(x)=1+√x This is where I am: g(h(x)) 1-(1+√x)^2 1-(1+2√x+x) 1-1-2√x-x g(x)=-2√x-x f(g(x))=√(1+(-2√(x)-x) What am I doing wrong?