Question:medium

Find the smallest number between 2000 and 3000 that is exactly divisible by 21, 24 and 28.

Show Hint

For “exactly divisible by several numbers,” take the \textbf{LCM} and scan multiples within the interval. Multiplying once more than the floor of \(\frac{\text{lower bound}}{\text{LCM}}\) gives the first valid multiple.
Updated On: Nov 25, 2025
  • None of these
  • 2000
  • 2352
  • 2016