SOLUTION: A student randomly guesses at 20 multiple choice questions. Each question has 4 possible answers with only one being correct, and each is independent of every other question. find

Algebra.Com
Question 870230: A student randomly guesses at 20 multiple choice questions. Each question has 4 possible answers with only one being correct, and each is independent of every other question.
find the probability that the student guesses 4 right, 3 correctly, more than 8 correctly, between 4 and 6 inclusively, would any of these be likely to occur?

Answer by ewatrrr(24785)   (Show Source): You can put this solution on YOUR website!
p(correct) = .25, n = 20
P(x = 4) = binompdf(20, .25, 4)= .1897
P(x = 3) = P(x = 3) = binompdf(20, .25, 3) = .1339
p(x > 8) = 1 - P(x = 7) = binomcdf(20, .25, 7) = .0409
P( 4≤ x ≤ 6) = .7858 - .7749 = .0111
P( x ≥ 4 ) = 1 - binomcdf(20, .25, 3)= .7748
P(x ≤ 6) = binomcdf(20, .25, 6)= .7858

RELATED QUESTIONS

A multiple choice test has 20 questions with each having 4 possible answers with one... (answered by stanbon)
A student randomly guesses at 10 multiple-choice questions. Find the probability that the (answered by Fombitz,ewatrrr)
If a student randomly guesses at 20 multiple-choice questions, find the probability... (answered by richwmiller)
If a student randomly guesses at 20 multiple-choice questions, find the probability that... (answered by stanbon)
If a student randomly guesses at 20 multiple-choice questions, find the probability that... (answered by stanbon)
A multiple choice test has 20 questions with each having 4 possible answers with one... (answered by stanbon)
1. A student randomly answers the 7 questions on a multiple choice test. Each... (answered by Edwin McCravy)
A student randomly guesses at 7 multiple choice questions. Each question has 5 possible... (answered by stanbon)
A multiple choice test consists of four questions. Each question has five possible... (answered by Fombitz)