- 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 smallest 5 digit number which is exactly divisible by 20,25 and 30.
To do: Find the smallest 5 digit number which is exactly divisible by 20,25 and 30.
Solution
To find the least 5 digit number which is exactly divisible by 20, 25 and 30, we
have to first find the LCM of 20, 25 and 30
20 = 2$\times$2$\times$5
25 = 5$\times$5
30 = 2$\times$3$\times$5
LCM = 2$\times$2$\times$3$\times$5$\times$5 = 300
So, LCM of 20, 25 and 30 is 300. But we want the least 5 digit number, which is exactly divisible by 20, 25 and 30.
Least 5 digit number = 10000.
10000 = 33$\times$300 + 100
Next higher quotient is 34.
So, the required number = 34$\times$300
= 10,200
Hence, the required number is 10,200, which is exactly divisible by 20, 25 and 30.
- Related Articles
- Find the smallest 5 digit number which is exactly divisible by 16, 18, 24 and 30.
- Find the smallest 5-digit number which is divisible by 12, 18, 30.
- Find the greatest 5 digit number that is exactly divisible by 22,25 and 30
- Find the least number of 5 digit that is exactly divisible by 16,18,24 and 30
- Find the smallest 4 digit number which is exactly divisible by 18, 24, 36.
- Determine the smallest 3-digit number which is exactly divisible by 6,8 and 12.
- Find the smallest 4 digit number that is exactly divisible by 36, 40, and 45.
- Find the smallest 4-digit number which is divisible by 18,24 and 32 .
- Find the smallest number which when increased by 17 is exactly divisible by both 520 and 468.
- Determine the greatest four-digit number which is exactly divisible by 10,12,16.?
- Find the smallest number that is exactly divisible by 18 , 25 and 40
- Which is the smallest 4-digit number divisible by 8, 10 and 12?
- Find the greatest 3 digit number which is divisible by the number 4 ,5 and 6.
- Find the greatest 3 digit number that is exactly divisible by 6 15 and 21
- Find the least square number which is exactly divisible by 8, 9 and 10

Advertisements