28.5k views
13 votes
There are 10 devices. Every device independently breaks down with probability 0.15. Find the probability that: (b) exactly 3 devices broke down if it is known that at least 1 device broke down

1 Answer

11 votes

Answer:

0.1616 = 16.16% probability that exactly 3 devices broke down if it is known that at least 1 device broke down

Explanation:

To solve this question, we use both the binomial distribution and conditional probability.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

Conditional Probability

We use the conditional probability formula to solve this question. It is


P(B|A) = (P(A \cap B))/(P(A))

In which

P(B|A) is the probability of event B happening, given that A happened.


P(A \cap B) is the probability of both A and B happening.

P(A) is the probability of A happening.

Find the probability that exactly 3 devices broke down if it is known that at least 1 device broke down

So, by the conditional probability:

Event A: At least 1 device broke down.

Event B: Exactly 3 devices broke down.

The solution will be found by the conditional probability formula, and the probabilities will be found using the binomial distribution.

There are 10 devices. Every device independently breaks down with probability 0.15.

This means that
n = 10, p = 0.15

Probability of at least 1 device breaking down:

This is:


P(A) = P(X \geq 1) = 1 - P(X = 0)

In which


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 0) = C_(10,0).(0.15)^(0).(0.85)^(10) = 0.1969

So


P(A) = P(X \geq 1) = 1 - P(X = 0) = 1 - 0.1969 = 0.8031

Intersection of events A and B:

The intersection between at least one breaking down, and exactly three is exactly three. So


P(A \cap B) = P(X = 3) = C_(10,3).(0.15)^(3).(0.85)^(7) = 0.1298

Probability:


P(B|A) = (P(A \cap B))/(P(A)) = (0.1298)/(0.8031) = 0.1616

0.1616 = 16.16% probability that exactly 3 devices broke down if it is known that at least 1 device broke down

User Toktik
by
6.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.