SOLUTION: From previous records it was estimated that the probability that a student passes a statistics test is 0.95. A class consists of 65 students. Determine the probability that i) 60

Algebra.Com
Question 1004976: From previous records it was estimated that the probability that a student passes a statistics test is 0.95. A class consists of 65 students. Determine the probability that
i) 60 persons will pass
ii)at least 63 persons will pass
iii) at least one person will pass

Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
From previous records it was estimated that the probability that a student passes a statistics test is 0.95. A class consists of 65 students.
Binomial Problem with n = 65 and p = 0.95
-------------------------
Determine the probability that
i) 60 persons will pass
P(x = 60) = 65C60(0.95)^60*(0.05)^5 = binompdf(65,0.95,60) = 0.1189
-----------------------------
ii)at least 63 persons will pass
P(x >= 63) = 1 - binomcdf(65,0.95,62) = 0.3630
--------------------------------------------------
iii) at least one person will pass
P(x >=1) = 1 - P(x = 0) = 1 - binompdf(65,0.95,0) = 1 - (approximately zero)
= approximately 1
-----------
Cheers,
Stan H.
------------

RELATED QUESTIONS

“Best Fitness” Company is going to hold a stretching class with 15 registered... (answered by Boreal,ikleyn)
the marks for test 1 for a particular subject are normally distributed with a mean of 52... (answered by Theo)
Suppose that at any sitting of BUSI319, 35% of the students are first year; 30% are... (answered by ikleyn)
Suppose that at any sitting of BUSI319, 35% of the students are first year; 30% are... (answered by ikleyn)
The scores on a statistics test were normally distributed with a mean of 78 and a... (answered by Theo)
It is estimated that on a professor's statistics exam, four fifths of the students pass.... (answered by reviewermath)
It is estimated that on a professor's statistics exam, four fifth of the students pass.... (answered by reviewermath)
It is estimated that on a professors statistics exam, four fifths of the students pass. (answered by Fombitz)
Class records at Rockwood College indicate that a student selected at random has... (answered by imarina0019)