find the square root of 102.01
Answers
Question:
Find the square root of 102.01
Answer:
The square root of 102.01 is 10.1. Or,
Answer: The square root of 102.01 is 10.1. Or,
√102.01 = 10.1
Step-by-step explanation: Divide the number (102.01) by 2 to get the first guess for the square root .
First guess = 102.01/2 = 51.005.
Divide 102.01 by the previous result. d = 102.01/51.005 = 2.
Average this value (d) with that of step 1: (2 + 51.005)/2 = 26.5025 (new guess).
Error = new guess - previous value = 51.005 - 26.5025 = 24.5025.
24.5025 > 0.001. As error > accuracy, we repeat this step again.
Divide 102.01 by the previous result. d = 102.01/26.5025 = 3.8490708424.
Average this value (d) with that of step 2: (3.8490708424 + 26.5025)/2 = 15.1757854212 (new guess).
Error = new guess - previous value = 26.5025 - 15.1757854212 = 11.3267145788.
11.3267145788 > 0.001. As error > accuracy, we repeat this step again.
Divide 102.01 by the previous result. d = 102.01/15.1757854212 = 6.7218926183.
Average this value (d) with that of step 3: (6.7218926183 + 15.1757854212)/2 = 10.9488390198 (new guess).
Error = new guess - previous value = 15.1757854212 - 10.9488390198 = 4.2269464014.
4.2269464014 > 0.001. As error > accuracy, we repeat this step again.
Divide 102.01 by the previous result. d = 102.01/10.9488390198 = 9.3169695723.
Average this value (d) with that of step 4: (9.3169695723 + 10.9488390198)/2 = 10.1329042961 (new guess).
Error = new guess - previous value = 10.9488390198 - 10.1329042961 = 0.8159347237.
0.8159347237 > 0.001. As error > accuracy, we repeat this step again.
Divide 102.01 by the previous result. d = 102.01/10.1329042961 = 10.0672025531.
Average this value (d) with that of step 5: (10.0672025531 + 10.1329042961)/2 = 10.1000534246 (new guess).
Error = new guess - previous value = 10.1329042961 - 10.1000534246 = 0.0328508715.
0.0328508715 > 0.001. As error > accuracy, we repeat this step again.
Divide 102.01 by the previous result. d = 102.01/10.1000534246 = 10.0999465757.
Average this value (d) with that of step 6: (10.0999465757 + 10.1000534246)/2 = 10.1000000002 (new guess).
Error = new guess - previous value = 10.1000534246 - 10.1000000002 = 0.0000534244.
0.0000534244 <= 0.001. As error <= accuracy, we stop the iterations and use 10.1000000002 as the square root.
So, we can say that the square root of 102.01 is 10.1 with an error smaller than 0.001 (in fact the error is 0.0000534244).
this means that the first 4 decimal places are correct.
just to compare, the returned value by using the javascript function 'Math.sqrt(102.01)' is 10.1.
Note: There are other ways to calculate square roots. This is only one of them.