We have two sets:
A.... numbers that are divisible by 15
B.... numbers that are divisible by 33
We are looking just numbers between 1 and 10^6.
We need to find:
so we need to calculate this
I understand, it's logical.
But how do we get;
![]()
We have two sets:
A.... numbers that are divisible by 15
B.... numbers that are divisible by 33
We are looking just numbers between 1 and 10^6.
We need to find:
so we need to calculate this
I understand, it's logical.
But how do we get;
![]()
It is really difficult to interpret what you have posted.
I take it that A is the set of multiples of 15 from 1 to.
B is the set of multiples of 33 from 1 to.
The question want to know how elements are in the set.
That is the number of integers from 1 towhich are multiples of 15 and not multiples of 33.
That is.
If that is not what you mean, then what do you mean?
In fact,. As the OP said,
part makes sense. To exclude multiple of 33 from the set of multiples of 15, we in fact need to exclude multiples of 165, the least common multiple of 15 and 33. So, from 11 numbers 1 * 15, 2 * 15, ..., 11 * 15, we leave the first 10, and we do similarly for other segments
,
,
.