DecimalNumbers
square root
To get the square root of a decimal number we do the same square root algorithm as we do with Natural Numbers, but, in this case, we separate in pairs at the right and left of the decimal point:
Exercise: calculate the square root of:
a) 232.5625
b) 772.84
Solutions: a) 15.25; b) 27.8
Licensed under the Creative Commons Attribution Non-commercial Share Alike 3.0 License