Pat is required to sell candy bars to raise money for the 6th grade field trip. There is a 40%
chance of him selling a candy bar at each house. He has to sell 5 candy bars in all. Let X be
of number of houses it takes.
i. Name distribution (with parameter(s)) of X.
ii. What is the probability he sells his last candy bar at the 11th house?
iii. What is the probability of Pat finishing on or before the 8th house?

Respuesta :

Probabilities are used to determine the chances of events.

The given parameters:

[tex]n = 5[/tex] ---- the number of candy bars

[tex]p = 40\%[/tex] ---- the probability of selling a candy bar

(a) Name distributions

The distribution of X is represented as:

[tex]X \sim(r,p)[/tex]

Where:

[tex]r = 5[/tex]

[tex]p= \frac{5\times 40\%}{10}[/tex]

[tex]p= 0.2[/tex]

So, the name distribution of X is [tex]X \sim(r= 5,p = 0.2)[/tex]

(b) The probability that the last candy is sold at the 11th house

This means that:

[tex]n = 10[/tex] --- the number of previous houses

[tex]r = 4[/tex] --- the previous number of candies

[tex]p = 0.4[/tex] --- the given probability of selling a candy

The probability is calculated using:

[tex]P(x = n+1) = ^{n}C_r \times p^{r +1} \times (1 - p)^{n-r}[/tex]

This gives

[tex]P(x = 10+1) = ^{10}C_4 \times 0.4^{4 +1} \times (1 - 0.4)^{10-4}[/tex]

[tex]P(x = 11) = ^{10}C_4 \times 0.4^{5} \times (0.6)^6[/tex]

[tex]P(x = 11) = 210 \times 0.4^5 \times 0.6^6[/tex]

[tex]P(x = 11) = 0.1003290624[/tex]

Approximate

[tex]P(x = 11) = 0.1003[/tex]

Hence, the probability that the last candy is sold at the 11th house is 0.1003

(b) The probability he sells the candies on or before the 8th house

The probability is calculated using:

[tex]P(x \le 8) = P(5 \le x \le 8)[/tex]

This gives

[tex]P(x \le 8) = ^{10}C_5 \times 0.4^{6} \times (0.6)^5 + ^{10}C_6 \times 0.4^{7} \times (0.6)^4 + ^{10}C_7 \times 0.4^{8} \times (0.6)^3 +^{10}C_8 \times 0.4^{9} \times (0.6)^2[/tex]

[tex]P(x = 11) = 0.1737[/tex] ---- approximated

Hence, the probability he sells the candies on or before the 8th house is 0.1737

Read more about probabilities at:

https://brainly.com/question/251701