153,097 views
41 votes
41 votes
A teacher teaches two classes with 8 students each. Each student has a 95% chance of passing their class independent of the other students. Find the probability that, in exactly one of the two classes, all 8 students pass.

User Phil Booth
by
3.2k points

1 Answer

10 votes
10 votes

Answer:

0.4466 = 44.66% probability that, in exactly one of the two classes, all 8 students pass.

Explanation:

For each student, there are only two possible outcomes. Either they pass, or they do not. The probability of an student passing is independent of other students, which means that the binomial probability distribution is used to solve this question.

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.

Probability that all students pass in a class:

Class of 8 students, which means that
n = 8

Each student has a 95% chance of passing their class independent of the other students, which means that
p = 0.95

This probability is P(X = 8). So


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


P(X = 8) = C_(8,8).(0.95)^(8).(0.05)^(0) = 0.6634

Find the probability that, in exactly one of the two classes, all 8 students pass.

Two classes means that
n = 2

0.6634 probability all students pass in a class, which means that
p = 0.6634.

This probability is P(X = 1). So


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


P(X = 2) = C_(2,1).(0.6634)^(1).(0.3366)^(1) = 0.4466

0.4466 = 44.66% probability that, in exactly one of the two classes, all 8 students pass.

User MechanTOurS
by
3.3k points