answersLogoWhite

0


Best Answer
  • The square root of a number, N, is the number, M, so that M2 = N.
  • The square root algorithm is set up so that we take the square root of a number in the form of (X + R)2. The square root of this number is obviously (X + R). X represents the current approximation for the square root, and R represents the remainder of the number left over from the approximation.
  • Our approximation will always be the correct square root of the number truncated (not rounded) to the number of digits in our approximation.
  • If we expand our number (X + R)2 it will equal X2 + 2RX + R2. This gives us the basis for our derivation of the square root algorithm.
  • Step 1: The square root of a number between 1 and 100 is a number between 1 and 10. Furthermore, the square root of a number between 100 and 10000 is a number between 10 and 100. And so on. Therefore, if a number is divided into groups of two digits each from the decimal point to the left, the number of digits in the integer part of the square root of that number will be equal to the number of groups of figures.
  • Step 2: Only the first group of two (or one) digits determine the first digit of the square root. If the first two (or one) digits are a perfect square, then there is nothing left over and the process can be repeated on the next two digits of the number. This is usually not the case, which means there is a part of the first two (or one) digits which has not been accounted for and our approximation is not perfect. This leads into Step 3.
  • Step 3: Take the expanded value of our number: X2 + 2RX + R2. We subtract off the current approximation, X2, which results in 2RX + R2, the part of the original number which is not accounted for in our approximation. This gives us our next value to work with.
  • Step 4: Rewriting 2RX + R2 gives us R(2X + R). We see that our current approximation, X, must be doubled, resulting in 2X, which are the first digits of the number we will be working with.
  • Step 5: In order to find the next approximation, we need the R value. This number must divide into the next grouping with the smallest remainder, as shown by R(2X + R). (R obviously divides this number.)
  • Step 6: Since you've found an approximation based on this number, you must subtract of R(2X + R) so you take into account any remainder from your previous group of numbers.
  • Step 7: The procedure can be repeated as many times as necessary until either no remainder is found, meaning you have the actual square root, or until an acceptable number of decimal places are estimated.

Refer to link below for more information.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you use divide and average method in extracting square roots?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is extracting the square root?

It is the same as finding the square root.


How do you find the square root of 4356?

The square root of 4,356 is 66 . By far the most popular method nowadays is to use a pocket calculator. There is a straightforward method of extracting square roots with a pencil and paper, but it's too complicated to explain in writing, and takes perhaps 50 times as long as with a $10 calculator.


What different ways are there to divide a square in half?

You can divide the square from a point halfway between two of the corners to a similar point on the opposite side, to produce to rectangles. You can do this vertically or horizontally, but the result is the same. The second method is to divide the square from one corner to the corner directly opposite to it, in effect dividing the square into two triangles.


How do you approximate square root of non perfect square numbers?

To approximate the square root of any non perfect square number, you can perform a series of steps: # Guess # Divide # Average For example, let's use the number 20. # Guess - the square root of 20 is around 4. # Divide - 20 / 4 = 5 # Average - The average of 4 (our guess) and 5 (our quotient) is 4.5 # Now divide 20 by 4.5 = about 4.44 # Average 4.44 (our quotient) and 4.5 (our last average) = 4.472 # Repeat as many times as necessary to achieve a sufficient approximation.


What is the square root of the 15.625 by division method?

I believe you are referring to the technique of estimating a square root by division. Step one: Find the nearest perfect square. 16 in this case. step 2: Divide the number (15.625) by 4 (the square root of 16). The result is about 3.906 Step 3: Take the average of 4 and 3.906, which is 3.953. This is an approximation of the square root of 15.625.


How do you find the square root of a number with a regular calculator?

Type in the number and press the square root button which looks like this: √ Alternately, you can type in X1/2 and you'll get the same thing. If you only have a four-function calculator, there are a couple of methods. One is simply trial-and-error: make a guess, square it (multiply it by itself), see if it is too large or too small and adjust your guess. It's accurate, but takes several iterations. Another technique is called the "Babylonian Method". It is similar, but it converges on an answer more quickly. You make a guess, divide the number (that you want to find the square root of) by your guess, and then take the average of that result and your guess. That becomes your next guess. For example, if you want to find the square root of 60, you know that 8x8 is 64 so that's a good starting guess: guess: 8.00000, divide: 60/8.00000 = 7.50000, average = 7.75000 guess: 7.75000, divide: 60/7.75000 = 7.74194, average = 7.74597 guess: 7.74597, divide: 60/7.74597 = 7.74597, (same as the guess, to five places) It's very easy if your calculator has a memory register where you can store the guess. All you have to do is divide and average, divide and average...


How do you convert square yards into liner feet?

This works for me. I am working with 12ft. width rolls. I divide the square yards by 1.333333. If you have 4ft. width rolls, you divide by 0.444444, 6ft. width you divide by 0.666666. Therefore, in this method you need to know at least one other dimension.


How do you convert hectare to square meters?

You divide by 10,000.You divide by 10,000.You divide by 10,000.You divide by 10,000.


How do you formulate quadratic equation that can be solve by extracting square roots?

By using the quadratic equation formula


How to calculate water in liters in square area?

Multiply the area of the water (in square meters) by the average depth (in meters). Then divide by one thousand to get the volume in liters. For a smaller puddle, multiply the area in square centimeters by the average depth in centimeters; then multiply by one thousand.


What is generalized least square method?

Generalized Least Square Method also called Least Cubic Method


Can you divide a square into eight squares?

No. You can only divide a square into 4, 9, 16 etc (i.e. they must be square numbers.