You can put this solution on YOUR website! Do you know any easy way to take the square root of any number?
ex. root of 500
------
Factor and be sure one of the factors is the
largest possible perfect square.
------
sqrt(500) = sqrt(100*5) = sqrt(100)*sqrt(5)
----
= 10*sqrt(5)
=================
Cheers,
Stan H.
=================