HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>The long division method is 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 long division method is 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>To begin with, group the numbers from right to left. In the case of 55.68, group it as 55 and 68.</p>
2 <p><strong>Step 1:</strong>To begin with, group the numbers from right to left. In the case of 55.68, group it as 55 and 68.</p>
3 <p><strong>Step 2:</strong>Now find n whose square is<a>less than</a>or equal to 55. We can say n as ‘7’ because 7 × 7 = 49, which is less than 55. The<a>quotient</a>is 7; after subtracting 49 from 55, the<a>remainder</a>is 6.</p>
3 <p><strong>Step 2:</strong>Now find n whose square is<a>less than</a>or equal to 55. We can say n as ‘7’ because 7 × 7 = 49, which is less than 55. The<a>quotient</a>is 7; after subtracting 49 from 55, the<a>remainder</a>is 6.</p>
4 <p><strong>Step 3:</strong>Bring down 68, making the new<a>dividend</a>668. Double the quotient and use it as a new<a>divisor</a>. Hence, 2 × 7 = 14.</p>
4 <p><strong>Step 3:</strong>Bring down 68, making the new<a>dividend</a>668. Double the quotient and use it as a new<a>divisor</a>. Hence, 2 × 7 = 14.</p>
5 <p><strong>Step 4:</strong>Find a digit x such that 14x × x ≤ 668. The suitable value is x = 4, so 144 × 4 = 576.</p>
5 <p><strong>Step 4:</strong>Find a digit x such that 14x × x ≤ 668. The suitable value is x = 4, so 144 × 4 = 576.</p>
6 <p><strong>Step 5:</strong>Subtract 576 from 668, and the remainder is 92. The quotient is now 7.4.</p>
6 <p><strong>Step 5:</strong>Subtract 576 from 668, and the remainder is 92. The quotient is now 7.4.</p>
7 <p><strong>Step 6:</strong>Add a<a>decimal</a>point and bring down two zeros, making the dividend 9200.</p>
7 <p><strong>Step 6:</strong>Add a<a>decimal</a>point and bring down two zeros, making the dividend 9200.</p>
8 <p><strong>Step 7:</strong>Double the quotient considering the decimal, making it 148. Find a digit y such that 148y × y ≤ 9200. The suitable value is y = 6, so 1486 × 6 = 8916.</p>
8 <p><strong>Step 7:</strong>Double the quotient considering the decimal, making it 148. Find a digit y such that 148y × y ≤ 9200. The suitable value is y = 6, so 1486 × 6 = 8916.</p>
9 <p><strong>Step 8:</strong>Subtract 8916 from 9200, and the remainder is 284.</p>
9 <p><strong>Step 8:</strong>Subtract 8916 from 9200, and the remainder is 284.</p>
10 <p><strong>Step 9:</strong>Continue these steps to 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 to 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 √55.68 ≈ 7.46.</p>
11 <p>So the square root of √55.68 ≈ 7.46.</p>
12  
12