Michael K. answered 04/11/19
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
Function composition
#1 ) (f*g)(3) --> sqrt(x/(x+1)) + 2 | x=3 --> sqrt(3/4) + 2 -> sqrt(3)/2 + 4/2 --> (4 + sqrt(3))/2
#2 ) (g*f)(3) --> (sqrt(x) + 2) /( sqrt(x) + 2 + 1) | x=3 --> (sqrt(3) + 2)/(sqrt(3) + 3)