HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>The<a>long division</a>method is particularly useful for non-perfect square numbers. In this method, we should check the closest perfect square number for the given number. Let us now learn how to find the square root using the long division method, step by step.</p>
1 <p>The<a>long division</a>method is particularly useful for non-perfect square numbers. In this method, we should check the closest perfect square number for the given number. Let us now learn how to find the square root using the long division method, step by step.</p>
2 <p><strong>Step 1:</strong>To begin with, we need to group the numbers from right to left. In the case of 959, we need to group it as 59 and 9.</p>
2 <p><strong>Step 1:</strong>To begin with, we need to group the numbers from right to left. In the case of 959, we need to group it as 59 and 9.</p>
3 <p><strong>Step 2:</strong>Find n whose square is closest to 9. Here, n can be 3 because 3 x 3 = 9. Now the<a>quotient</a>is 3, and after subtracting 9-9, the<a>remainder</a>is 0.</p>
3 <p><strong>Step 2:</strong>Find n whose square is closest to 9. Here, n can be 3 because 3 x 3 = 9. Now the<a>quotient</a>is 3, and after subtracting 9-9, the<a>remainder</a>is 0.</p>
4 <p><strong>Step 3:</strong>Bring down 59, which is the new<a>dividend</a>. Add the old<a>divisor</a>with itself: 3 + 3 = 6, which will be our new divisor.</p>
4 <p><strong>Step 3:</strong>Bring down 59, which is the new<a>dividend</a>. Add the old<a>divisor</a>with itself: 3 + 3 = 6, which will be our new divisor.</p>
5 <p><strong>Step 4:</strong>The new divisor will be 6n. Find the value of n such that 6n x n is<a>less than</a>or equal to 59. Let n be 9, as 69 x 9 = 621, which is too large. Try n = 8, giving 68 x 8 = 544.</p>
5 <p><strong>Step 4:</strong>The new divisor will be 6n. Find the value of n such that 6n x n is<a>less than</a>or equal to 59. Let n be 9, as 69 x 9 = 621, which is too large. Try n = 8, giving 68 x 8 = 544.</p>
6 <p><strong>Step 5:</strong>Subtract 544 from 590 (59 brought down after the initial group), leaving 46.</p>
6 <p><strong>Step 5:</strong>Subtract 544 from 590 (59 brought down after the initial group), leaving 46.</p>
7 <p><strong>Step 6:</strong>Since the dividend is less than the divisor, we add a<a>decimal</a>point to our quotient and bring down two zeros to continue the long division. The new dividend is now 4600.</p>
7 <p><strong>Step 6:</strong>Since the dividend is less than the divisor, we add a<a>decimal</a>point to our quotient and bring down two zeros to continue the long division. The new dividend is now 4600.</p>
8 <p><strong>Step 7:</strong>Find the new divisor, which is 617, and find n such that 617n x n ≤ 4600. Trying n = 7, we get 617 x 7 = 4319.</p>
8 <p><strong>Step 7:</strong>Find the new divisor, which is 617, and find n such that 617n x n ≤ 4600. Trying n = 7, we get 617 x 7 = 4319.</p>
9 <p><strong>Step 8:</strong>Subtracting 4319 from 4600 gives 281.</p>
9 <p><strong>Step 8:</strong>Subtracting 4319 from 4600 gives 281.</p>
10 <p><strong>Step 9:</strong>Continue this process until the desired decimal accuracy is achieved.</p>
10 <p><strong>Step 9:</strong>Continue this process until the desired decimal accuracy is achieved.</p>
11 <p>So the square root of √959 is approximately 30.956.</p>
11 <p>So the square root of √959 is approximately 30.956.</p>
12  
12