Concept:For an invertible function, f(x)=f−1(x) implies f(f(x))=x.So we solve f(f(x))=x for real x in the given domain.Explanation:Given f(x)=(x+1)2−1 for x≥−1.Since f is strictly increasing on this domain, f−1 exists.Now apply f on both sides of f(x)=f−1(x):f(f(x))=xCompute f(f(x)):f(f(x))=(f(x)+1)2−1Since f(x)+1=(x+1)2, we get:f(f(x))=(x+1)4−1So, (x+1)4−1=xRearrange:(x+1)4−(x+1)=0Factor:(x+1)[(x+1)3−1]=0Thus, x+1=0 or (x+1)3=1x=−1 or x+1=1⇒x=0Both values satisfy x≥−1, and complex roots are not considered since x is real.Answer:{0,−1}Correct option: B. {0,−1}