How do you find the square root of 6724 ?

1 Answer
May 3, 2017

6724=82

Explanation:

We can try factoring 6724 and identifying square factors:

0000006724
000000/00\
0000020003362
000000000/00\
0000000020001681
000000000000/00\
00000000000410041

So:

6724=22412=241=82

That "worked", but I cheated slightly in knowing that 1681=412

Let's try another approach...

Given 6724, split off pairs of digits starting from the right to get:

6724

Looking at the most significant pair of digits, note that:

67>64=82

Hence the square root of 6724 is a little larger than 80

We can use the Babylonian method to find a better approximation:

Given a number n of which you want the square root and an approximation ai to that root, a better approximation ai+1 is given by the formula:

ai+1=a2i+n2ai

So in our case, with n=6724 and a0=80 we find:

a1=802+6724280=6400+6724160=82.025

Hmmm - that's suspiciously close to 82. Does 82 work?

822=(80+2)2=802+2802+22=6400+320+4=6724