You can put this solution on YOUR website! g(k(j(0))) using these four functions
g(t)=10+4t , h(t)=t^2-4 , j(t)=5(t+5) , k(t)=5t-4
=============================
g(k(j(0)))
= g(k(25)))
= g(121)
----
= 10 + 4*121
= 494
================
Cheers,
Stan H.
================