Answered

Peanut allergies among children. About 2% of children in the United States are allergic to peanuts. Choose three children at random and let the random variable XX be the number in this sample who are allergic to peanuts. The possible values XX can take are 0, 1, 2, and 3.

What is the conditional probability that exactly two of the children will be allergic to peanuts, given that at least one of the three children suffers from this allergy?

(Round your answer to six decimal places.)

P(X=2|X⩾1)P(X=2|X⩾1) =

Answer :

jacob193

Answer:

P(X=2|X≥1) = 0.0199973.

Step-by-step explanation:

The chance that each of the three children is allergic to peanuts is independent. Each with a chance of 2% = 0.02.

X follows a binomial distribution with

  • 3 trials, and
  • a chance of "success" of 2% = 0.02.

[tex]P(X = 2|X\ge 1) = \dfrac{P(X = 2 \cap X\ge 1)}{P(X\ge 1)}[/tex].

The event [tex]X \ge 1[/tex] includes

  • [tex]X = 1[/tex]
  • [tex]{\bf X = 2}[/tex], and
  • [tex]X = 3[/tex].

In other words, [tex]X = 2[/tex] implies that [tex]X\ge 1[/tex].

[tex]P(X = 2 \cap X\ge 1) = P(X = 2) = \left(\begin{array}{c}3\\2\end{array}\right ) \times 0.02^{2} \times (1-0.02) = 0.001176[/tex].

[tex]P(X\ge 1) = 1 - P(X< 1) \\\phantom{P(X\ge 1)}= 1 - P(X = 0) \\\phantom{P(X\ge 1)}= 1 -\left(\begin{array}{c}3\\0\end{array}\right ) \times (1-0.02)^{3} \\\phantom{P(X\ge 1)}= 0.058808[/tex].

[tex]P(X = 2|X\ge 1) = \dfrac{P(X = 2 \cap X\ge 1)}{P(X\ge 1)} = \dfrac{0.001176}{0.058808} = 0.0199973[/tex].