207k views
2 votes
Pat is taking an economics course. Pat's exam strategy is to rely on luck for the next exam. The exam consists of 100 true-false questions. Pat plans to guess the answer to each question without reading it. If a grade on the exam is 60% or more, Pat will pass the exam. Find the probability that Pat will pass the exam.

User Madan
by
6.1k points

1 Answer

3 votes

Answer:

The probability that Pat will pass the exam is 0.02775.

Explanation:

We are given that exam consists of 100 true-false questions. Pat plans to guess the answer to each question without reading it.

If a grade on the exam is 60% or more, Pat will pass the exam.

Let X = grade on the exam by Pat

The above situation can be represented through binomial distribution such that X ~ Binom(n = 100, p = 0.50).

Here the probability of success is 50% because there is a true-false question and there is a 50-50 chance of both being the correct answer.

Now, here to calculate the probability we will use normal approximation because the sample size if very large(i.e. greater than 30).

So, the new mean of X,
\mu =
n * p =
100 * 0.50 = 50

and the new standard deviation of X,
\sigma =
√(n * p * (1-p))

=
√(100 * 0.50 * (1-0.50))

= 5

So, X ~ Normal(
\mu=50, \sigma^(2) = 5^(2))

Now, the probability that Pat will pass the exam is given by = P(X
\geq 60)

P(X
\geq 60) = P(
(X-\mu)/(\sigma)
\geq
(60-50)/(5) ) = P(Z
\geq 2) = 1 - P(Z < 2)

= 1 - 0.97725 = 0.02275

Hence, the probability that Pat will pass the exam is 0.02775.

User Jigs
by
5.2k points