what is the approximate value of root 0.96 is
Answers
Answer:
0•9797
Step-by-step explanation:
√0•96
√96/100
9•797/10
0•9797
Step-by-step explanation:
Step 1:
Divide the number (0.96) by 2 to get the first guess for the square root .
First guess = 0.96/2 = 0.48.
Step 2:
Divide 0.96 by the previous result. d = 0.96/0.48 = 2.
Average this value (d) with that of step 1: (2 + 0.48)/2 = 1.24 (new guess).
Error = new guess - previous value = 0.48 - 1.24 = 0.76.
0.76 > 0.001. As error > accuracy, we repeat this step again.
Step 3:
Divide 0.96 by the previous result. d = 0.96/1.24 = 0.7741935484.
Average this value (d) with that of step 2: (0.7741935484 + 1.24)/2 = 1.0070967742 (new guess).
Error = new guess - previous value = 1.24 - 1.0070967742 = 0.2329032258.
0.2329032258 > 0.001. As error > accuracy, we repeat this step again.
Step 4:
Divide 0.96 by the previous result. d = 0.96/1.0070967742 = 0.9532351057.
Average this value (d) with that of step 3: (0.9532351057 + 1.0070967742)/2 = 0.98016594 (new guess).
Error = new guess - previous value = 1.0070967742 - 0.98016594 = 0.0269308342.
0.0269308342 > 0.001. As error > accuracy, we repeat this step again.
Step 5:
Divide 0.96 by the previous result. d = 0.96/0.98016594 = 0.9794259939.
Average this value (d) with that of step 4: (0.9794259939 + 0.98016594)/2 = 0.979795967 (new guess).
Error = new guess - previous value = 0.98016594 - 0.979795967 = 0.000369973.
0.000369973 <= 0.001. As error <= accuracy, we stop the iterations and use 0.979795967 as the square root.
So, we can say that the square root of 0.96 is 0.979 with an error smaller than 0.001 (in fact the error is 0.000369973). this means that the first 3 decimal places are correct. Just to compare, the returned value by using the javascript function 'Math.sqrt(0.96)' is 0.9797958971132712.