| calculate the Square Root using Pencil and Paper | ![]() |
SQRT(40 96) = 6 36 --- 4 96The temparary answer is 6. The remainder is 496
W(40 96) = 64 36 --- 4 96 4 96 ------ 0SQRT(4086) = 64, because 64 *64 = 4096
SQRT(01 52 27 56) = 1 1 --- 0 52- multiply by 2 : 2 * 1 = 2
SQRT(01 52 27 56) = 12 1 --- 0 52 44 --- 8 27- multiply temporary answer by 2 : 2 * 12 = 24
SQRT(01 52 27 56) = 123 1 --- 0 52 44 --- 8 27 7 29 ------ 98 56- multiply temporary answer by 2 : 2 * 123 = 246
SQRT(01 52 27 56) = 1234 1 --- 0 52 44 --- 8 27 7 29 ------ 98 56 98 56 ----- 0
SQRT(05) = 2. 4 --- 1 00place decimal point in answer, but do not use in calculations.
SQRT(05) = 2.2 4 --- 1 00 84 --- 16 00- double answer : 2 * 22 = 44
SQRT(05) = 2.23 4 --- 1 00 84 --- 16 00 13 29 ----- 2 71 00- double answer : 2 * 223 = 446
SQRT(05) = 2.236 4 --- 1 00 84 --- 16 00 13 29 ----- 2 71 00 2 67 96 ------- 3 04- double answer : 2 * 2236 = 4472
SQRT(05) = 2.2360 4 --- 1 00 84 --- 16 00 13 29 ----- 2 71 00 2 67 96 ------- 3 04 00- reapeat steps before for more digits in answer.
| step | action |
| 1 | write number as xx . xx xx xx = a . ------.2 |
| 2 | calculate a (temporary answer) and subtract : remainder = number - a2 |
| 3 | multiply remainder by 100, temporary answer by 10 |
| 4 | calculate b in [ab] |
| 5 | calculate new remainder = remainder - [(2a)b]*b |
| 6 | new a = [ab] |
| 7 | repeat steps 3 .. 7 |
