- 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 with four digits which is a perfect square
To do: To find the least number with four digits which is a perfect square.
Solution:
The least $4$ digit number$=1000$
Since, $( 31)^2<1000$
We take, the next perfect square number i.e., $(32)^2= 1024$
$\therefore 1024$ is the required least number $4$ digit number which is a perfect square.
Advertisements