Exercise
In a large population of patients, 20% have early stage cancer, 10% have advanced stage cancer, and the other 70% do not have cancer. Six patients from this population are randomly selected.
Calculate the expected number of selected patients with advanced stage cancer, given that at least one of the selected patients has early stage cancer.
- 0.403
- 0.500
- 0.547
- 0.600
- 0.625
Solution: C
In this problem, we are given a population of patients with different cancer statuses:
| Cancer Status | Proportion | Probability ([math]p[/math]) |
|---|---|---|
| Early Stage Cancer | 20% | [math]p_E = 0.20[/math] |
| Advanced Stage Cancer | 10% | [math]p_A = 0.10[/math] |
| No Cancer | 70% | [math]p_N = 0.70[/math] |
We randomly select 6 patients from this population. Let's define the following random variables:
- [math]X[/math]: The number of selected patients with early stage cancer.
- [math]Y[/math]: The number of selected patients with advanced stage cancer.
Our objective is to calculate the expected number of selected patients with advanced stage cancer, given that at least one of the selected patients has early stage cancer. This can be expressed as [math]\operatorname{E}(Y | X \ge 1)[/math].
The law of total expectation allows us to relate the unconditional expectation of [math]Y[/math] to conditional expectations based on partitions of the sample space. We can partition the sample space into two events: [math]X=0[/math] (no early stage cancer) and [math]X \ge 1[/math] (at least one early stage cancer). The formula is:
We will calculate [math]\operatorname{E}(Y)[/math], [math]\operatorname{P}(X=0)[/math], [math]\operatorname{P}(X \ge 1)[/math], and [math]\operatorname{E}(Y | X = 0)[/math].
- Expected Number of Patients with Advanced Stage Cancer (Unconditional), [math]\operatorname{E}(Y)[/math]:
The number of patients with advanced stage cancer [math]Y[/math] follows a binomial distribution [math]B(n=6, p_A=0.10)[/math]. The expected value of [math]Y[/math] is:
- Probability of No Early Stage Cancer, [math]\operatorname{P}(X=0)[/math]:
The probability that a single patient does not have early stage cancer is [math]1 - p_E = 1 - 0.20 = 0.80[/math]. Since the selections are independent, the probability that none of the 6 selected patients have early stage cancer is:
- Probability of At Least One Early Stage Cancer, [math]\operatorname{P}(X \ge 1)[/math]:
This is the complement of having no early stage cancer:
- Expected Number of Patients with Advanced Stage Cancer Given No Early Stage Cancer, [math]\operatorname{E}(Y | X = 0)[/math]:
If a selected patient does not have early stage cancer, their status can be either advanced stage cancer or no cancer. The probability of having advanced stage cancer, given that a patient does not have early stage cancer, is given by the conditional probability [math]P(\text{Advanced} | \text{not Early})[/math]. Assuming "early stage cancer" and "advanced stage cancer" are mutually exclusive categories for a single patient:
Now, we substitute all the calculated values into the rearranged formula from Step 2:
- The Law of Total Expectation is a powerful tool to decompose complex conditional expectation problems into more manageable parts by partitioning the sample space.
- Understanding conditional probability is crucial. When new information is given (e.g., [math]X=0[/math]), the probabilities of other events change, which in turn affects their expected values.
- The problem implies that early stage cancer, advanced stage cancer, and no cancer are mutually exclusive states for any single patient, simplifying conditional probability calculations like [math]P(\text{Advanced} | \text{not Early})[/math].
- The expected value of a binomial distribution ([math]n \cdot p[/math]) can be applied to calculate both unconditional and conditional expected numbers of patients, provided the appropriate probability parameter is used.
Solution: C
Let [math]X[/math] and [math]Y[/math] represent the number of selected patients with early stage and advanced stage cancer, respectively. We need to calculate [math]\operatorname{E}(Y | X ≥ 1) [/math].
From conditioning on whether or not X ≥ 1 , we have
Observe that [math]\operatorname{P}[X=0] = (1-0.2)^6 = (0.8)^6 [/math], [math]\operatorname{P}[X \geq 1] = 1- \operatorname{P}[X = 0] = 1-(0.8)^6[/math], and [math]\operatorname{E}[Y] = 6(0.1) = 0.6 [/math]. Also, note that if none of the 6 selected patients have early stage cancer, then each of the 6 selected patients would independently have conditional probability [math]\frac{0.1}{1-0.2} = \frac{1}{8}[/math] of having late stage cancer, so [math]\operatorname{E}[Y | X = 0] = 6(1/8) = 0.75 [/math].
Therefore