

InterviewSolution
Saved Bookmarks
1. |
What is the least number that is divisible by all the natural numbers from 1 to 10 (both inclusive)? |
Answer» We have to find the least number that is divisible by all numbers from 1 to 10. ∴ LCM (1 to 10) = 23 × 32 × 5 × 7 = 2520 Thus, 2520 is the least number that is divisible by every element and is equal to the least common multiple. |
|