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 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.