Respuesta :
The formula is Square Root (Given number) = (previous estimate + Given number/previous estimate) /2
Remark
To think this was known 3600 years ago. Fascinating. thanks for posting.
So your first guess was 8.
Givens
Given number = 70 which for this question, you always use)
Previoius Estimate = 8
Sub and solve
(8 + 70/8 ) /2 = 8.375 which using their rounding system is 8.38
Remark
This is a wonderful example of iteration which computers use all the time.
Remark
To think this was known 3600 years ago. Fascinating. thanks for posting.
So your first guess was 8.
Givens
Given number = 70 which for this question, you always use)
Previoius Estimate = 8
Sub and solve
(8 + 70/8 ) /2 = 8.375 which using their rounding system is 8.38
Remark
This is a wonderful example of iteration which computers use all the time.
The Babylonian method uses the following formula:
n₁ = (n₀ + (s ÷ n₀)) / 2
n₀ represents your original estimate, s represents the number that you're trying to find the square root of, and n₁ represents the next estimate.
Plug your values into the equation:
n₀ = 8
s = 70
[tex](8 + (70 \div 8)) \div 2[/tex]
[tex](8 + 8.75) \div 2[/tex]
[tex]16.75 \div 2 = 8.375[/tex]
Round this number to the nearest hundredths value:
[tex]8.375[/tex]
[tex]5 = 5[/tex]
[tex]8.375 \approx 8.38[/tex]
The answer is 8.38.
n₁ = (n₀ + (s ÷ n₀)) / 2
n₀ represents your original estimate, s represents the number that you're trying to find the square root of, and n₁ represents the next estimate.
Plug your values into the equation:
n₀ = 8
s = 70
[tex](8 + (70 \div 8)) \div 2[/tex]
[tex](8 + 8.75) \div 2[/tex]
[tex]16.75 \div 2 = 8.375[/tex]
Round this number to the nearest hundredths value:
[tex]8.375[/tex]
[tex]5 = 5[/tex]
[tex]8.375 \approx 8.38[/tex]
The answer is 8.38.