In a survey of 60 people, it was found that 25 people read newspaper H, 26 read newspaper I, 26 read newspaper T, 9 read both H and I, 11 read both H and T, 8 read both T and I, 3 read all three newspapers. Find the number of students who read exactly one newspaper.
30
This problem involves analyzing data from a survey where people read different newspapers. We are given the total number of people surveyed and the number of people reading specific combinations of three newspapers: H, I, and T. The goal is to find the number of people who read exactly one newspaper.
Let's represent the sets of people reading newspapers H, I, and T by $H$, $I$, and $T$ respectively. The given information is:
We want to find the number of people who read only newspaper H, plus the number who read only newspaper I, plus the number who read only newspaper T. Using the principle of inclusion-exclusion, we can find the number of people reading exactly one newspaper.
Let's denote the number of people reading exactly one newspaper as $n(\text{exactly one})$. This can be calculated using the formula:
$\qquad n(\text{exactly one}) = n(H) + n(I) + n(T) - 2 \times [n(H \cap I) + n(H \cap T) + n(I \cap T)] + 3 \times n(H \cap I \cap T)$
Let's substitute the given values into the formula:
$\qquad n(\text{exactly one}) = 25 + 26 + 26 - 2 \times (9 + 11 + 8) + 3 \times 3$
First, sum the number of people reading individual newspapers:
$\qquad 25 + 26 + 26 = 77$
Next, sum the number of people reading exactly two newspapers (before subtracting the 'all three' overlap):
$\qquad 9 + 11 + 8 = 28$
Then, calculate twice this sum:
$\qquad 2 \times 28 = 56$
Calculate three times the number reading all three:
$\qquad 3 \times 3 = 9$
Now, substitute these results back into the formula for $n(\text{exactly one})$:
$\qquad n(\text{exactly one}) = 77 - 56 + 9$
$\qquad n(\text{exactly one}) = 21 + 9$
$\qquad n(\text{exactly one}) = 30$
Alternatively, we can find the number of people reading only one specific newspaper first:
The total number of people reading exactly one newspaper is the sum of these values:
$\qquad \text{Exactly one} = \text{Only H} + \text{Only I} + \text{Only T} = 8 + 12 + 10 = 30$
Both methods confirm that 30 people read exactly one newspaper.
Based on the survey data and using set theory principles, the number of people who read exactly one newspaper is 30.
Consider the following statements
1. A = (A ∪ B) ∪ (A - B),
2. A ∪ (B - A) = (A ∪ B)
3. B = (A ∪ B) - (A - B)
Which of the statements given above are correct?
If a set A contains 3 elements and another set B contains 6 elements, then what is the minimum number of elements that (A∪B) can have?
If A = {x : 0 ≤ x ≤ 2} and B = {y; y is a prime number}, then what is A ∩ B equal to?
Let A ∪ B = {x|(x - a)(x - b) > 0, where a < b}. What are A and B equal to?
If A = {x ϵ Z : x 3– 1 = 0} and B = {x ϵ Z: x 2+ x + 1 = 0}, where Z is set of complex numbers, then what is A ∩ B equal to?