- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to solve square root in division method?
Step I: Group the digits in pairs, starting with the digit in the units place. Each pair and the remaining digit (if any) is called a period.
Step II: Think of the largest number whose square is equal to or just less than the first period. Take this number as the divisor and also as the quotient.
Step III: Subtract the product of the divisor and the quotient from the first period and bring down the next period to the right of the remainder. This becomes the new dividend.
Step IV: Now, the new divisor is obtained by taking two times the quotient and annexing with it a suitable digit which is also taken as the next digit of the quotient, chosen in such a way that the product of the new divisor and this digit is equal to or just less than the new dividend.
Step V: Repeat steps (2), (3), and (4) until all the periods have been taken up. Now, the quotient so obtained is the required square root of the given number.
Example:
- Related Articles
- How to find square root by division method.
- Explain the process of square root by division method.
- Find the square root of 18.4041 by division method.
- Find Square Root under Modulo p (When p is in form of 4*i + 3) in C++
- Find Square Root under Modulo p (Shanks Tonelli algorithm) in C++
- Find the square root of 900 by the division method.
- Solve: $72\p 12$.
- Solve \( 2 p^{2} q^{2}-3 p q+4,5+7 p q-3 p^{2} q^{2} \).
- Find the square root by long division $1067089$.
- How to solve algebraic equations by long division method?
- Solve the following:$10 p = 100$
- Babylonian method to find the square root
- 1. Find the square root of each of the following numbers by Division method.(i) 2304
- Solve the following:$2(p+3) = 14$.
- Difference between ++*p, *p++ and *++p in c++
