- 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 greatest 5 digit number that is exactly divisible by 22,25 and 30
Given :
Numbers 22,25 and 30
To find :
The greatest 5 digit number which is exactly divisible by 22,25 and 30
Solution :
If a number is divisible 22,25 and 30, then it must be a multiple for these numbers.
Let us find the smallest number which is divisible by 22,25 and 30. This is nothing but LCM of 22,25 and 30.
LCM of 22, 25 and 30 | |||
---|---|---|---|
2 | 22 | 25 | 30 |
5 | 11 | 25 | 15 |
3 | 11 | 5 | 3 |
11 | 11 | 5 | 1 |
5 | 1 | 5 | 1 |
1 | 1 | 1 |
$2 \times 5 \times 3 \times 11 \times 5 = 1650$
So LCM is 1650.
The required number should be a multiple of 1650. It is also the smallest 5 digit number which is a multiple of 1650.
If we divide 10000 with 1650, we get a reminder of 100.
So 9900 is a multiple of 1650.
9900+ 1650 = 11550.
11550 is smallest 5 digit number which is multiple of 1650.
So, answer is 11550.
- Related Articles
- Find the least number of 5 digit that is exactly divisible by 16,18,24 and 30
- Find the greatest 3 digit number that is exactly divisible by 6 15 and 21
- 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.
- Determine the greatest four-digit number which is exactly divisible by 10,12,16.?
- Determine the greatest 3 digit number exactly divisible by 8, 10, and 12.
- Find the greatest 3 digit number which is divisible by the number 4 ,5 and 6.
- Find the smallest 4 digit number that is exactly divisible by 36, 40, and 45.
- Find the smallest 5-digit number which is divisible by 12, 18, 30.
- Find the smallest 4 digit number which is exactly divisible by 18, 24, 36.
- Find the greatest number of 6 digits exactly divisible by 24, 15 and 36./p>
- Find the smallest number that is exactly divisible by 18 , 25 and 40
- Determine the smallest 3-digit number which is exactly divisible by 6,8 and 12.
- Find the greatest number that exactly divides 289 and 391.
- Find the product of the greatest 5 digit number and greatest 4 digital number by using the distributive property.

Advertisements