A student takes an exam containing 13 true or false questions. If the student guesses, what is the probability that he will get exactly 2 questions right? Round your answer to four decimal places.
Solution:
There are two options for each question. TRUE and FALSE
So
P(Getting question RIGHT ) = 1/2 = 0.5
p = 0.5
Now , there are 13 questions in the exam.
n = 13
Let X be the number of the right questions .
X follows Binomial(13 , 0.5)
Using binomial probability formula ,
P(X = x) = (n C x) * px * (1 - p)n - x ; x = 0 ,1 , 2 , ....., n
P(get exactly 2 questions right)
= P(X = 2)
= (13 C 2) * 0.52 * (1 - 0.5)13 - 2
= {13!/[2!*11!] } 0.52 * (0.5)11
= 0.0095
Get Answers For Free
Most questions answered within 1 hours.