- 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 divisible by 15, 20, 24, 32, and 36.
Given :
The given numbers are 15, 20, 24, 32, 36.
To do :
We have to find the least number divisible by 15, 20, 24, 32, 36.
Solution :
To find the least number which is divisible by 15, 20, 24, 32, 36 we have to find the LCM of the given numbers.
LCM of 15, 20, 24, 32 and 36 is
2 | 15,20,24,32,36 |
2 | 15,10,12,16,18 |
2 | 15,5,6,8,9 |
2 | 15,5,3,4,9 |
3 | 15,5,3,2,9 |
5 | 5,5,1,2,3 |
1,1,1,2,3 |
LCM $=2 \times 2\times 2 \times 2\times 2\times 3\times 3\times 5=1440$.
Therefore, the least number which is divisible by 15, 20, 24, 32, 36 is 1440.
- Related Articles
- Find the greatest number of 6 digits exactly divisible by 24, 15 and 36./p>
- Find the least number which is exactly divisible by 10, 15, 20 and also a perfect square.
- Find the least square number, exactly divisible by each one of the numbers:(i) 6, 9, 15 and 20(ii) 8, 12, 15 and 20.
- Find the smallest number which when reduced by 3 is divisible by 24, 36 and 40.
- Find the smallest 4 digit number which is exactly divisible by 18, 24, 36.
- What is the least square number which is exactly divisible by each of these numbers 6, 9, 15, and 20?
- Find the smallest 4-digit number which is divisible by 18,24 and 32 .
- Find the least number which when divided by 20, 25, 30 and 36 leaves a remainder 4 in each case.
- Find the number closest to 10000 and divisible by 30 , 45 , 15.
- Find the digits p and q, if the number p7q6 is divisible by 24.
- Find the least square number which is exactly divisible by 8, 9 and 10
- Find the mode of the following data: 15, 8, 26, 25, 24, 15, 18, 20, 24, 15, 19, 15.
- Find the LCM and HCF of the following integers by applying the prime factorization method:24, 15 and 36
- Find the smallest 4 digit number that is exactly divisible by 36, 40, and 45.
- Find the least number of 5 digit that is exactly divisible by 16,18,24 and 30

Advertisements