asked 184k views
3 votes
How many positive integers between 1000 and 9999 inclusive are divisible by 5 and 7?

asked
User GavinR
by
8.1k points

1 Answer

4 votes

If a number is divisible by 5 and 7, then that number is divisible by LCM(5, 7) = 35. So count the multiples of 35 in the range.

Since

9999 = 35•285 + 24

we know there are 285 multiples of 35 among the positive integers 1-9999. We also have

1000 = 35•28 + 20

so there are 28 multiplies of 35 less than 1000.

Then there are 285 - 28 = 257 multiples of 35 in the given range.

answered
User Siyu Song
by
7.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.