- 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 four-digit number which is exactly divisible by 10,12,16.?
Given: 10,12,16.
To find: We have to find the greatest four-digit number which is exactly divisible by 10,12,16.
Solution:
LCM of 10, 12, 16 = 240
We know that the greatest four-digit number is 9999.
Now, if divide 9999 by 240 we get 41 as quotient and 159 as a reminder.
So subtract 159 from 9999 to get the greatest four-digit number which is exactly divisible by 10,12,16.
9999 - 159 = 9840.
So the required number is 9840.
- Related Articles
- Determine the greatest 3 digit number exactly divisible by 8, 10, and 12.
- Determine the smallest 3-digit number which is exactly divisible by 6,8 and 12.
- Find the greatest 5 digit number that is exactly divisible by 22,25 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 4 digit number which is exactly divisible by 18, 24, 36.
- Find the greatest 3 digit number which is divisible by the number 4 ,5 and 6.
- Find the greatest four digit number which is a perfect square.
- Find the smallest 5 digit number which is exactly divisible by 16, 18, 24 and 30.
- Which is the greatest 5 -digit number?
- 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 greatest number of 6 digits exactly divisible by 24, 15 and 36./p>
- Determine the number nearest to 110000 but greater than 100000 which is exactly divisible by each of 8, 15 and 21.
- Find the least square number which is exactly divisible by 8, 9 and 10

Advertisements