- 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 by which 45 must be divided to make it a perfect square.
Given: A number $45$.
To do: To find the least number by which $45$ must be divided to make it a perfect square.
Solution:
The least number is $5$.
As, $\frac{45}{5}=9$
And $9$ is perfect square as $\sqrt{9}=3$.
Thus, the least number is $5$ by which $45$ must be divided to make it a perfect square.
Advertisements