HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>The<a>long division</a>method is particularly used 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 used 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>Group the numbers from right to left. In the case of 1286, we need to group it as 28 and 12.</p>
2 <p><strong>Step 1:</strong>Group the numbers from right to left. In the case of 1286, we need to group it as 28 and 12.</p>
3 <p><strong>Step 2:</strong>Find n whose square is<a>less than</a>or equal to 12. We can say n is 3 because 3^2 = 9, which is less than 12. Subtract 9 from 12, and the<a>remainder</a>is 3.</p>
3 <p><strong>Step 2:</strong>Find n whose square is<a>less than</a>or equal to 12. We can say n is 3 because 3^2 = 9, which is less than 12. Subtract 9 from 12, and the<a>remainder</a>is 3.</p>
4 <p><strong>Step 3:</strong>Bring down 86, which makes the new<a>dividend</a>386. Add the old<a>divisor</a>with the same number 3 + 3 to get 6 as the new divisor.</p>
4 <p><strong>Step 3:</strong>Bring down 86, which makes the new<a>dividend</a>386. Add the old<a>divisor</a>with the same number 3 + 3 to get 6 as the new divisor.</p>
5 <p><strong>Step 4:</strong>Find 6n × n ≤ 386. Consider n as 6, now 66 x 6 = 396, which is more than 386, so try with n as 5.</p>
5 <p><strong>Step 4:</strong>Find 6n × n ≤ 386. Consider n as 6, now 66 x 6 = 396, which is more than 386, so try with n as 5.</p>
6 <p><strong>Step 5:</strong>65 x 5 = 325, which is less than 386. Subtract 325 from 386, and the remainder is 61.</p>
6 <p><strong>Step 5:</strong>65 x 5 = 325, which is less than 386. Subtract 325 from 386, and the remainder is 61.</p>
7 <p><strong>Step 6:</strong>Since the dividend is less than the divisor, add a<a>decimal</a>point, allowing us to add two zeros to the dividend. The new dividend is 6100.</p>
7 <p><strong>Step 6:</strong>Since the dividend is less than the divisor, add a<a>decimal</a>point, allowing us to add two zeros to the dividend. The new dividend is 6100.</p>
8 <p><strong>Step 7:</strong>Find the new divisor, which is 715, because 715 x 9 = 6435.</p>
8 <p><strong>Step 7:</strong>Find the new divisor, which is 715, because 715 x 9 = 6435.</p>
9 <p><strong>Step 8:</strong>Subtract 6435 from 6100 to get the result -335.</p>
9 <p><strong>Step 8:</strong>Subtract 6435 from 6100 to get the result -335.</p>
10 <p><strong>Step 9:</strong>Continue these steps until we get two numbers after the decimal point. If there is no remainder, continue until the remainder is zero.</p>
10 <p><strong>Step 9:</strong>Continue these steps until we get two numbers after the decimal point. If there is no remainder, continue until the remainder is zero.</p>
11 <p>So the square root of √1286 ≈ 35.85.</p>
11 <p>So the square root of √1286 ≈ 35.85.</p>
12  
12