Find the least number that is divisible by all the numbers between 1 and 10 (both inclusive).

The least number would be the LCM of the numbers from1 to 10


LCM of the numbers = 1×2 ×2 ×2×3 ×3 × 5 × 7 = 2520


Hence, the least number that is divisible by all the numbers between 1 and 10 (both inclusive) is 2520


13