SOLUTION: a student is taking a multiple choice exam in which each question has five choices. assuming that he has no knowledge of the correct answer to any of the questions, he has decided

Algebra.Com
Question 898803: a student is taking a multiple choice exam in which each question has five choices. assuming that he has no knowledge of the correct answer to any of the questions, he has decided on a strategy in which he will place five balls (marked A,B,C,D,E)into a box. he randomly selects one ball for each question and replaces the ball in the box. the marking on the ball will determine his answer to the question. there are four multiple choice questions on the exam.
1. what is the probability that he will obtain no marks in the exam?
2. what is the probability that he will get no more than two questions correct?

Answer by ewatrrr(24785)   (Show Source): You can put this solution on YOUR website!
 
Hi
p(correct) = 1/5 = .20, n = 4
TI syntax for P(x-value) is binompdf(n, p, x-value).
1.P(x = 0) = binompdf(4, .2, 0).
2. P(x ≤ 2)= binomcdf(4, .2, 2)
TI syntax is binomcdf(n, p, largest x-value) for binomial ≤ cumulative probability
RELATED QUESTIONS

A student is taking a multiple choice exam in which each question has five choices.... (answered by stanbon)
A student is taking a​ multiple-choice exam in which each question has four choices.... (answered by ikleyn)
a student is taking a multiple choice exam in which each question has 5 choices. assuming (answered by ewatrrr)
A student is taking a multiple-choice exam in which each question has four choices.... (answered by ikleyn)
A student is taking a multiple-choice exam in which each equation has four choices.... (answered by ikleyn)
A student take multiple choice exam in which each question has five choices. Assuming... (answered by ewatrrr)
A student is taking a​ multiple-choice exam in which each question has five... (answered by Theo)
a student is taking a multiple choice exam in whihc each question has 4 choices. there... (answered by stanbon)
Part I of the exam has a seven question multiple-choice questions. If each question has... (answered by TimothyLamb)