How many positive integers less than or equal to 10,000 are divisible by 24?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Number of integers divisible by m less than n is given by the floor function as follows :
⌊ m n ⌋
Answer is : ⌊ 2 4 1 0 0 0 ⌋ = 4 1 6
Simple. How many times does 24 go into 10,000?
10,000/24=416.6666=416
With A={4k: k ∈ N ∧ 4k ≤ 1000} all numbers that are devisible by 4 and with B={6k : k ∈ N ∧ 6k ≤ 10000} all nmbers that are devisible by 6 . And now we got A ∩ B = {12k : k ∈ N ∧ 12k ≤ 1000} or from multiple smaller common
Its less than 10000 not less than 1000
Problem Loading...
Note Loading...
Set Loading...
1 ≤ 2 4 n ≤ 1 0 0 0 0 1 ≤ n ≤ 4 1 6