You can put this solution on YOUR website! how do I solve this problem: s(t)= -16t^2+192t+224. Find the maximum height reached
--------------
s(t)= -16t^2+192t+224
s'(t) = -32t + 192 = 0
t = 6 seconds at apogee
-------------
s(6) = -16*36 + 192*6 + 224
s(6) = 800 (max height)
-----------------------
There's another way to do it, if that's not clear.