Question:

How many numbers are divisible by 3 between 50 and 500?

Show Hint

For counting numbers divisible by a number in a range, use the formula: (last - first)/divisor + 1.
Updated On: June 02, 2025
  • 150
  • 149
  • 151
  • 160
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

First number divisible by 3 ≥ 50 is 51; last ≤ 500 is 498. Number of terms in sequence: (498 - 51)/3 + 1 = 147 + 1 = 148 + 1 = 150. Thus, the correct answer is: \[ {\text{150}} \]
Was this answer helpful?
0
0