In this case we are going to use the 'Babylonian Method' to get the square root of any positive number.
We must set an error for the final result. Say, smaller than 0.001. In other words we will try to find the square root value with at least 2 correct decimal places.
So, we can say that the square root of 24.75 is 4.9749 with an error smaller than 0.001