<p>Let S be the set of integers x such that</p> <p>i. 100 ≤ x ≤ 200</p> <p>ii. x is odd and</p> <p>iii. x is divisible by 3 but not by 7</p> <p>How many elements does S contain?</p>
Step-by-step Solution:
We need to find the number of integers 'x' that satisfy all three given conditions. We will apply the conditions sequentially to narrow down the set of numbers.
First, let's find all the numbers between 100 and 200 (inclusive) that are divisible by 3.
There are 33 numbers divisible by 3 in the range.
The second condition is that the numbers must be odd. The sequence of multiples of 3 (102, 105, 108, ...) alternates between even and odd. Since the sequence starts and ends with an even number and has an odd number of terms (33), there will be 17 even numbers and 16 odd numbers.
So, there are 16 odd numbers divisible by 3 in the range.
The third condition is that the numbers must not be divisible by 7. We need to find the numbers from our list of 16 that are also divisible by 7 and remove them.
There are 3 numbers (105, 147, and 189) that are odd, divisible by 3, and also divisible by 7. These must be excluded.
To find the total number of elements in set S, we subtract the excluded numbers from our count of odd numbers divisible by 3.
Total Elements = (Number of odd multiples of 3) - (Number of odd multiples of 21)
Total Elements = 16 - 3 = 13
The set S contains 13 elements.