- 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 5 digit that is exactly divisible by 16,18,24 and 30
Solution:
To find the least number which exactly divisible by 16 , 18 , 24 , 30 we have to LCM
LCM of 16 , 18 , 24 , 30
Multiples of 16 - 16 , 32 , 48 , 64 , 80 ..........720.....
Multiples of 18 - 18 , 36 , 54 , ..........720....
Multiples of 24 - 24 , 48 , 72 .......720.....
Multiples of 30 - 30 , 60 , 90 .........720....
LCM of 16 , 18 , 24 , 30 is 720
but 720 is the 3 digit number. We have to find the least 5 digit number that is divisible by 16 , 18 , 24 , 30
Least digit number is 10000
divide 10000 by 720
$\frac{10000}{720}$ = 13.8
Next whole number is 14
So multiply 720 by 14
720 $\times$ 14 = 10080.
So, 10080 is the least 5 digit number that is divisible by 16 , 18 , 24 , 30
- Related Articles
- Find the greatest 5 digit number that is exactly divisible by 22,25 and 30
- Find the smallest 5 digit number which is exactly divisible by 20,25 and 30.
- Find the smallest 5 digit number which is exactly divisible by 16, 18, 24 and 30.
- Find the smallest 4 digit number that is exactly divisible by 36, 40, and 45.
- Find the greatest 3 digit number that is exactly divisible by 6 15 and 21
- Find the smallest 5-digit number which is divisible by 12, 18, 30.
- Find the least square number which is exactly divisible by 8, 9 and 10
- Find the smallest 4 digit number which is exactly divisible by 18, 24, 36.
- Find the smallest number that is exactly divisible by 18 , 25 and 40
- Determine the greatest four-digit number which is exactly divisible by 10,12,16.?
- Find the least number which is exactly divisible by 10, 15, 20 and also a perfect square.
- Determine the smallest 3-digit number which is exactly divisible by 6,8 and 12.
- Which least number should be subtracted from 1000, so that the difference is exactly divisible by 35.
- Find the greatest 3 digit number which is divisible by the number 4 ,5 and 6.
- Determine the greatest 3 digit number exactly divisible by 8, 10, and 12.

Advertisements