

InterviewSolution
Saved Bookmarks
1. |
Find the square root of these number till two decimal place ( Division Method ) (i) 2 |
Answer» <html><body><p>hi</p><p>At present, the root <a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a> value is computed to 10 trillion digits. For general use, its value is truncated and is used as 1.414 to make calculations easy. The fraction 90/70 is also sometimes used as the value of √2.</p><p></p><p>How to Find Square Root 2</p><p>To find the square root value of a number, we usually check if the number is a perfect square or not. It is easy to find the root of perfect squares, but for non-perfect squares, we have to use the long division method to find the root value. Numbers <a href="https://interviewquestions.tuteehub.com/tag/like-1073845" style="font-weight:bold;" target="_blank" title="Click to know more about LIKE">LIKE</a> 2, 3, 5, 20, etc. are non-perfect squares, but <a href="https://interviewquestions.tuteehub.com/tag/4-311707" style="font-weight:bold;" target="_blank" title="Click to know more about 4">4</a>, 9, 25, etc. are perfect squares, which gives the whole number when we take the root of them.</p><p></p></body></html> | |