the correct functions are
h(x) = 3x + 2
g(x) = 2^x
proceed to calculate the different values of K (x)
case 1) k(x) = g(x) ∘ h(x)
g(x) ∘ h(x)=g(h(x))
k(x) = [2]^[3x + 2]-----------> is the option 4. k(x) = 2^(3x + 2 )
case 2) k(x) = g(x) + h(x)
k(x) = [2^x]+[3x + 2]=2^x+3x+2--------> is the option 1.) k(x) = 2^x + 3x + 4
case 3)k(x) = g(x) - h(x)
k(x) = [2^x]-[3x + 2]=2^x-3x-2--------> is the option 2.) k(x) = 2^x - 3x - 2