216k views
2 votes
if j is the number of integers between 1 and 500 that are divisible by 9 and k is the number of integers between 1 and 500 that are divisible by 7, what is j + k?

User Philwills
by
6.0k points

1 Answer

6 votes

Answer:

126

Explanation:

The number of numbers divisible by 9 is ...

j = floor(500/9) = 55

The number of numbers divisible by 7 is ...

k = floor(500/7) = 71

Then the total (j+k) is ...

j +k = 55 +71 = 126

User Rocking Chief
by
5.9k points