You can
put this solution on YOUR website!V=6xsqrt;h
Find the height of a water tank that provides a water flow of 60 feet per second.
------------
Use the asterisk for multiply, not the x, and sqrt(h) for sq roots.
V=6*sqrt(h)

h = 100
No units were given for height, I'd guess it's feet.