Concept:Composition of functions means applying g(x) to the output of f(x).Explanation:Given f(x)=2x2−3 and g(x)=x+1.We need g∘f(x)=g(f(x)).Substitute f(x) into g(x):g(f(x))=g(2x2−3).Since g(x)=x+1, replace x with 2x2−3:g(2x2−3)=(2x2−3)+1.Simplify: 2x2−3+1=2x2−2.Factor out 2: 2x2−2=2(x2−1).Answer:g∘f(x)=2(x2−1).So the correct option is A.