

InterviewSolution
Saved Bookmarks
1. |
What is the least number that is divisible by all the natural numbers from 1 to 10 (both inclusive)?(a) 2500(b) 2510(c) 2520(d) 2530 |
Answer» (c) 2520 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. |
|