The square root of 3.61 is
Answers
Step-by-step explanation:
Step 1:
Divide the number (3.61) by 2 to get the first guess for the square root .
First guess = 3.61/2 = 1.805.
Step 2:
Divide 3.61 by the previous result. d = 3.61/1.805 = 2.
Average this value (d) with that of step 1: (2 + 1.805)/2 = 1.9025 (new guess).
Error = new guess - previous value = 1.805 - 1.9025 = 0.0975.
0.0975 > 0.001. As error > accuracy, we repeat this step again.
Step 3:
Divide 3.61 by the previous result. d = 3.61/1.9025 = 1.8975032852.
Average this value (d) with that of step 2: (1.8975032852 + 1.9025)/2 = 1.9000016426 (new guess).
Error = new guess - previous value = 1.9025 - 1.9000016426 = 0.0024983574.
0.0024983574 > 0.001. As error > accuracy, we repeat this step again.
Step 4:
Divide 3.61 by the previous result. d = 3.61/1.9000016426 = 1.8999983574.
Average this value (d) with that of step 3: (1.8999983574 + 1.9000016426)/2 = 1.9 (new guess).
Error = new guess - previous value = 1.9000016426 - 1.9 = 0.0000016426.
0.0000016426 <= 0.001. As error <= accuracy, we stop the iterations and use 1.9 as the square root.
So, we can say that the square root of 3.61 is 1.9 with an error smaller than 0.001 (in fact the error is 0.0000016426). this means that the first 5 decimal places are correct. Just to compare, the returned value by using the javascript function 'Math.sqrt(3.61)' is 1.9
answer :
The square root of 3.61 is 1.9
Please make me brilliant if this answer helped you.