Concept:Composition of functions and finding the inverse of the composite function.Explanation:First, find (f∘g)(x).(f∘g)(x)=f(g(x))=f(x2−1)=3(x2−1)+10=3x2−3+10=3x2+7Let y=(f∘g)(x)=3x2+7.Solve for x in terms of y.y−7=3x2x2=3y−7x=(3y−7)1/2Since x=(f∘g)−1(y), replace y by x.(f∘g)−1(x)=(3x−7)1/2Answer:(3x−7)1/2Therefore, option B is correct.