Question 1209551
<pre>
Here is how I was taught to take the square root of a number back in about 6th
grade before anybody had heard of an electronic computer or calculator.  It
reminds one of the algorithm of long division, but it's lots more complicated. 
See if you can figure out how we took the square root of 2 back in 1940-1950. 

            <u>1.  4   1   4   2</u>
           √2. 00  00  00  00      <--you can keep adding pairs " 00 " 
            <u>1</u>
        <s>20</s>| 1  00
        24|<u>    96</u>
        <s>280</s>|    4  00
        281|<u>  281</u>
        <s>2820</s>| 119  00
        2824| <u>112  96</u>
        <s>28280</s>|  6  04  00
        28284|  <u>5  75  68</u>  
                   28  32


Edwin</pre>