Example of function composition in a real-world scenario involving zoo visitors and employees.
A math problem showing the composition of functions, where the number of zoo visitors v(t) = 88t - 2t² is used to find the number of employees E(v(t)) = 0.01v(t) + 3, resulting in E(v(t)) = -0.02t² + 0.88t + 3.