Math, asked by shobhanegi1980, 8 months ago

11025 find the square root of the following by division method​

Answers

Answered by sean21
0

Answer:

105 is the answer. mark this as brainliest

Answered by anitaalu009
1

Step-by-step explanation:

Answer:

In this case we are going to use the 'Babylonian Method' to get the square root of any positive number.

We must set an error for the final result. Say, smaller than 0.001. In other words we will try to find the square root value with at least 2 correct decimal places.

Step 1:

Divide the number (1025) by 2 to get the first guess for the square root .

First guess = 1025/2 = 512.5.

Step 2:

Divide 1025 by the previous result. d = 1025/512.5 = 2.

Average this value (d) with that of step 1: (2 + 512.5)/2 = 257.25 (new guess).

Error = new guess - previous value = 512.5 - 257.25 = 255.25.

255.25 > 0.001. As error > accuracy, we repeat this step again.

Step 3:

Divide 1025 by the previous result. d = 1025/257.25 = 3.9844509232.

Average this value (d) with that of step 2: (3.9844509232 + 257.25)/2 = 130.6172254616 (new guess).

Error = new guess - previous value = 257.25 - 130.6172254616 = 126.6327745384.

126.6327745384 > 0.001. As error > accuracy, we repeat this step again.

Step 4:

Divide 1025 by the previous result. d = 1025/130.6172254616 = 7.8473570111.

Average this value (d) with that of step 3: (7.8473570111 + 130.6172254616)/2 = 69.2322912363 (new guess).

Error = new guess - previous value = 130.6172254616 - 69.2322912363 = 61.3849342253.

61.3849342253 > 0.001. As error > accuracy, we repeat this step again.

Step 5:

Divide 1025 by the previous result. d = 1025/69.2322912363 = 14.8052300696.

Average this value (d) with that of step 4: (14.8052300696 + 69.2322912363)/2 = 42.018760653 (new guess).

Error = new guess - previous value = 69.2322912363 - 42.018760653 = 27.2135305833.

27.2135305833 > 0.001. As error > accuracy, we repeat this step again.

Step 6:

Divide 1025 by the previous result. d = 1025/42.018760653 = 24.3938655989.

Average this value (d) with that of step 5: (24.3938655989 + 42.018760653)/2 = 33.206313126 (new guess).

Error = new guess - previous value = 42.018760653 - 33.206313126 = 8.812447527.

8.812447527 > 0.001. As error > accuracy, we repeat this step again.

Step 7:

Divide 1025 by the previous result. d = 1025/33.206313126 = 30.8676243614.

Average this value (d) with that of step 6: (30.8676243614 + 33.206313126)/2 = 32.0369687437 (new guess).

Error = new guess - previous value = 33.206313126 - 32.0369687437 = 1.1693443823.

1.1693443823 > 0.001. As error > accuracy, we repeat this step again.

Step 8:

Divide 1025 by the previous result. d = 1025/32.0369687437 = 31.9942878554.

Average this value (d) with that of step 7: (31.9942878554 + 32.0369687437)/2 = 32.0156282996 (new guess).

Error = new guess - previous value = 32.0369687437 - 32.0156282996 = 0.0213404441.

0.0213404441 > 0.001. As error > accuracy, we repeat this step again.

Step 9:

Divide 1025 by the previous result. d = 1025/32.0156282996 = 32.0156140747.

Average this value (d) with that of step 8: (32.0156140747 + 32.0156282996)/2 = 32.0156211872 (new guess).

Error = new guess - previous value = 32.0156282996 - 32.0156211872 = 0.0000071124.

0.0000071124 <= 0.001. As error <= accuracy, we stop the iterations and use 32.0156211872 as the square root.

So, we can say that the square root of 1025 is 32.01562 with an error smaller than 0.001 (in fact the error is 0.0000071124). this means that the first 5 decimal places are correct. Just to compare, the returned value by using the javascript function 'Math.sqrt(1025)' is 32.01562118716424.

Note: There are other ways to calculate square roots. This is only one of them.

IF USEFUL MARK AS BRAINLIEST

Similar questions