how to find square root by long division method of 16.81
Answers
Answer:
Step 1:
Divide the number (16.81) by 2 to get the first guess for the square root .
First guess = 16.81/2 = 8.405.
Step 2:
Divide 16.81 by the previous result. d = 16.81/8.405 = 2.
Average this value (d) with that of step 1: (2 + 8.405)/2 = 5.2025 (new guess).
Error = new guess - previous value = 8.405 - 5.2025 = 3.2025.
3.2025 > 0.001. As error > accuracy, we repeat this step again.
Step 3:
Divide 16.81 by the previous result. d = 16.81/5.2025 = 3.2311388755.
Average this value (d) with that of step 2: (3.2311388755 + 5.2025)/2 = 4.2168194378 (new guess).
Error = new guess - previous value = 5.2025 - 4.2168194378 = 0.9856805622.
0.9856805622 > 0.001. As error > accuracy, we repeat this step again.
Step 4:
Divide 16.81 by the previous result. d = 16.81/4.2168194378 = 3.9864168357.
Average this value (d) with that of step 3: (3.9864168357 + 4.2168194378)/2 = 4.1016181368 (new guess).
Error = new guess - previous value = 4.2168194378 - 4.1016181368 = 0.115201301.
0.115201301 > 0.001. As error > accuracy, we repeat this step again.
Step 5:
Divide 16.81 by the previous result. d = 16.81/4.1016181368 = 4.0983825016.
Average this value (d) with that of step 4: (4.0983825016 + 4.1016181368)/2 = 4.1000003192 (new guess).
Error = new guess - previous value = 4.1016181368 - 4.1000003192 = 0.0016178176.
0.0016178176 > 0.001. As error > accuracy, we repeat this step again.
Step 6:
Divide 16.81 by the previous result. d = 16.81/4.1000003192 = 4.0999996808.
Average this value (d) with that of step 5: (4.0999996808 + 4.1000003192)/2 = 4.1 (new guess).
Error = new guess - previous value = 4.1000003192 - 4.1 = 3.192e-7.
3.192e-7 <= 0.001. As error <= accuracy, we stop the iterations and use 4.1 as the square root.
So, we can say that the square root of 16.81 is 4.099999 with an error smaller than 0.001 (in fact the error is 3.192e-7). this means that the first 6 decimal places are correct. Just to compare, the returned value by using the javascript function 'Math.sqrt(16.81)' is 4.1.
Step-by-step explanation:its kinda long :}
Answer:
4.1 answer of these sum correct answer