- 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
Determine the greatest 3 digit number exactly divisible by 8, 10, and 12.
Given :
The given numbers are 8, 10, 12.
To do :
We have to find the greatest three-digit number exactly divisible by the given numbers.
Solution :
The greatest 3 digit number exactly divisible by 8, 10 and 12 will be a multiple of the LCM of 8,10 and 12.
LCM of 8,10 and 12 is,
$8 = 2\times2\times2$
$10 = 2\times5$
$12 = 2\times2\times3$
LCM $= 2\times2\times2\times5\times3 = 120$.
Multiples of 120 are 120, 240, 360, 480, 600, 720, 840, 960, 1080....
Therefore,
The greatest 3 digit number exactly divisible by 8, 10 and 12 is 960.
- Related Articles
- Determine the smallest 3-digit number which is exactly divisible by 6,8 and 12.
- Determine the greatest four-digit number which is exactly divisible by 10,12,16.?
- Find the greatest 3 digit number that is exactly divisible by 6 15 and 21
- Which is the smallest 4-digit number divisible by 8, 10 and 12?
- Find the greatest 5 digit number that is exactly divisible by 22,25 and 30
- Find the greatest 3 digit number which is divisible by the number 4 ,5 and 6.
- Find the least square number which is exactly divisible by 8, 9 and 10
- Find the greatest number of 6 digits exactly divisible by 24, 15 and 36./p>
- Find the smallest 5 digit number which is exactly divisible by 20,25 and 30.
- 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
- Find the smallest 4 digit number which is exactly divisible by 18, 24, 36.
- Determine the number nearest to 110000 but greater than 100000 which is exactly divisible by each of 8, 15 and 21.
- 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.

Advertisements