You can put this solution on YOUR website! If y varies directly as the square root of x,
y = k*sqrt(x)
----
Solve for "k" using "y=12 when x=4"
12 = k*sqrt(4)
k = 6
------
Equation:
y = 6*sqrt(x)
-----
find y when x=100.
y = 6*sqrt(100)
y = 6*10
y = 60
===============
Cheers,
Stan H.
===============