- 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
Find the least number of six-digits which is a perfect square.
To do:
We have to find the least number of six digits which is a perfect square.
Solution:
The lowest six digit number is 100000.
Square root of 100000 is,
316 | |
3 | 100000 9 |
61 | 100 61 |
626 | 3900 3756 |
544 |
$316^2<100000$
$317^2=100489$
Therefore,
The least number of six digits which is a perfect square is 100489.
Advertisements