Using nonperfect square method,find the square root of 418 correct to two decimal places, showing workings.

2 answers

Newton's method of square root estimation often leads directly to the minimal solution.
1--Make an estimate of the square root of N = n.
2--Then, calculate n1 = [N/n + n]/2
3--For further accuracy, calculate n2 = [N/n1 + n1]/2

Example: Estimate the square root of 73.
n1 = [73/8 + 8]/2 = 8.5625
n2 = [73/8.5625 + 8.5625]/2 = 8.54402
The actural square root of 73 is 8.544003745.
The method gives a reasonably close estimate in two calculations.
squar root of 2.5
Similar Questions
  1. Match the number with the correct description. (5 points)17 0.123124125.... 49 0.567 0.898989... :: Irrational square root of a
    1. answers icon 1 answer
  2. Match the number with the correct description. (5 points17 0.567 0.898989... 49 0.123124125.... ::Irrational terminating decimal
    1. answers icon 1 answer
    1. answers icon 2 answers
  3. 0.898989…√49 √17 0.123124125…. 0.567 rational repeating decimal irrational square root of a perfect square rational
    1. answers icon 3 answers
more similar questions