221k views
4 votes
If a student randomly guesses at 20 multiple-choice questions, find the probability that the student gets exactly four correct. Each question has four possible choices. 0.190 0.162 0.085 0.218

2 Answers

3 votes
The probability of getting first 4 right and the rest wrong = (1/4)^4*(3/4)^16
there are 20C5 ways = 4845 ways of getting 4 right out of 20 so required propability is (1/4)^4 * (3/4)^16 * 4845 = 0.190 answer
User Steve Goossens
by
8.6k points
1 vote

Answer:

There is a 18.97% probability that the student gets exactly four correct.

Explanation:

For each question, there are only two possible outcomes. Either the student gets it correct, or he gets it wrong. This means that we use the binomial probability distribution to solve this problem.

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 combinatios 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.

In this problem we have that:

20 questions, so
n = 20

Each question has four options and one correct answer, that is guessed, so
p = (1)/(4) = 0.25

Find the probability that the student gets exactly four correct.

This is P(X = 4).


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


P(X = 4) = C_(20,4).(0.25)^(4).(0.75)^(16) = 0.1897

There is a 18.97% probability that the student gets exactly four correct.

User MooingRawr
by
9.0k points