Question:medium

How many numbers are there in between 55 and 3815, which are multiples of 5 and divisible by 3?

Show Hint

To count multiples in a range: - Convert condition to a single LCM - Use formula: last index $-$ first index $+ 1$
Updated On: Apr 1, 2026
  • \(249 \)
  • \(250 \)
  • \(251 \)
  • \(252 \)
  • \(238 \)
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0