- 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 four digits which is a perfect square.
To do:
We have to find the least number of four digits which is a perfect square.
Solution:
The lowest four digit number is 1000.
Square root of 1000 is,
31 | |
3 | 1000 9 |
61 | 100 61 |
39 |
$31^2<1000$
$32^2=1024$
Therefore,
The least number of four digits which is a perfect square is 1024.
Advertisements