SOLUTION: An exam has ten true-false questions. A student who has not studied answers all ten questions by just guessing. Find the probability that the student correctly answers the given

Algebra.Com
Question 475934: An exam has ten true-false questions. A student who has
not studied answers all ten questions by just guessing. Find
the probability that the student correctly answers the given
number of questions.
(a) All ten questions
(b) Exactly seven questions
thankyou! :)

Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
This is a binomial distribution problem. Recall that the pdf of a binomial distribution for n number of trials with probability p is

P(X = x) = (n C x)*(p)^x*(1-p)^(n-x)


For more help with binomial distributions, see this calculator.


In this case, n = 10 (ie there are 10 trials since there are 10 questions) and p=1/2=0.5

a)

In part a), x = 10 (since we want to get all 10 correct)


P(X = 10) = (10 C 10)*(0.5)^(10)*(1-0.5)^(10-10)


P(X = 10) = (10 C 10)*(0.5)^(10)*(0.5)^(10-10)


Note: 10 C 10 = (10!)/(10!(10-10)!) = 1


P(X = 10) = (1)*(0.5)^(10)*(0.5)^0


P(X = 10) = (1)*(0.0009765625)*(1)


P(X = 10) = 0.0009765625


So the probability of getting all 10 correct is 0.0009765625 (which is roughly 0.098 % .... a very very small chance)
----------------------------------------------------------

b)

In part b), x = 7 (since we want exactly 7)


P(X = 7) = (10 C 7)*(0.5)^(7)*(1-0.5)^(10-7)


P(X = 7) = (10 C 7)*(0.5)^(7)*(0.5)^(10-7)


Note: 10 C 7 = (10!)/(7!(10-7)!) = 120


P(X = 7) = (120)*(0.5)^(7)*(0.5)^3


P(X = 7) = (120)*(0.0078125)*(0.125)


P(X = 7) = 0.1171875


So the probability of getting exactly 7 correct is 0.1171875 (which is roughly 11.72%)


For more help with binomial distributions, see this calculator.

RELATED QUESTIONS

A true-false test has ten questions. A student guesses all the answers. Find the... (answered by stanbon)
Suppose the quiz consists of 20 true - false questions.a student hasn't studied for the... (answered by greenestamps)
A true-false exam has 10 questions. Assuming that the questions are independent and that... (answered by ikleyn)
Suppose that an exam has 10 True or False questions. Suppose that a student who... (answered by ikleyn)
A student is taking a true/false quiz. The quiz has ten questions. If the student guesses (answered by psbhowmick,Nate)
Suppose that a quiz consists of 20 True-False questions. A student hasn't studied for the (answered by M.Abdullah)
A exam has 20 multiple choice questions( each had four choices: a,b,c,d) and 10 true... (answered by nasa)
A student takes ten questions which are true or false. one mark is even for each... (answered by greenestamps)
a true false test has 5 questions what is the probability of getting atleast 4 right by... (answered by solver91311)