Math, asked by sujalsrisujal6791, 9 months ago

Find the square root of the following
0.8

Answers

Answered by mallikabalu77
1

Answer:

below

Step-by-step explanation:

0.8=√0.4

pls follow me and mark as brainlist toooo dear bye!!!

Answered by 253miksim
0

Answer:

.8944271909999159

Step-by-step explanation:

The Babylonian Method also known as Hero's Method

See below how to calculate the square root of 0.8 step-by-step using the Babylonian Method also known as Hero's Method.

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 (0.8) by 2 to get the first guess for the square root .

First guess = 0.8/2 = 0.4.

Step 2:

Divide 0.8 by the previous result. d = 0.8/0.4 = 2.

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

Error = new guess - previous value = 0.4 - 1.2 = 0.8.

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

Step 3:

Divide 0.8 by the previous result. d = 0.8/1.2 = 0.6666666667.

Average this value (d) with that of step 2: (0.6666666667 + 1.2)/2 = 0.9333333334 (new guess).

Error = new guess - previous value = 1.2 - 0.9333333334 = 0.2666666666.

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

Step 4:

Divide 0.8 by the previous result. d = 0.8/0.9333333334 = 0.8571428571.

Average this value (d) with that of step 3: (0.8571428571 + 0.9333333334)/2 = 0.8952380953 (new guess).

Error = new guess - previous value = 0.9333333334 - 0.8952380953 = 0.0380952381.

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

Step 5:

Divide 0.8 by the previous result. d = 0.8/0.8952380953 = 0.8936170212.

Average this value (d) with that of step 4: (0.8936170212 + 0.8952380953)/2 = 0.8944275583 (new guess).

Error = new guess - previous value = 0.8952380953 - 0.8944275583 = 0.000810537.

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

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

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

Similar questions