Concept:Composition of functions means applying one function after another: h(g(3)) means first find g(3), then apply h to that result.Explanation:From the arrow diagram, 3 is mapped by the function g to s.So, g(3)=s.Now apply h to this output: h(g(3))=h(s).From the diagram, s is mapped by the function h to β.Therefore, h(s)=β.Hence, h(g(3))=β.Answer:h(g(3))=βCorrect option: B. β