SOLUTION: Suppose that you are in a class of 33 students and it is assumed that approximately 17% of the population is left handed. a) Compute the probability that exactly five students are

Algebra.Com
Question 852586: Suppose that you are in a class of 33 students and it is assumed that approximately 17% of the population is left handed.
a) Compute the probability that exactly five students are left handed
b) compute the probability that at most four students are left handed
c) compute the probability that at least six students are left handed

Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
Suppose that you are in a class of 33 students and it is assumed that approximately 17% of the population is left handed.
a) Compute the probability that exactly five students are left handed
P(x=5) = 33C5(0.17)^5(0.83)^28 = binompdf(33,0.17,5) = 0.1827
=----------------------------------------
b) compute the probability that at most four students are left handed
P(0<= x <=4) = binomcdf(33,0.17,4) = 0.3178
----------------------------------------
c) compute the probability that at least six students are left handed
P(17<= x <=33) = 1 - binomcdf(33,0.17,16) = 0.00000596...
=====================
Cheers,
Stan H.
=====================

RELATED QUESTIONS

Suppose that you are in a class of 31 students and it is assumed that approximately 16%... (answered by Boreal)
Suppose that you are in a class of 28 students and it is assumed that approximately 15%... (answered by Alan3354)
Suppose that you are in a class of 29 students and it is assumed that approximately 15%... (answered by ewatrrr)
Suppose 10% of the population is left-handed. What’s the probability of seeing at most... (answered by mathmate)
Binomial distribution suppose that 50% of a population is left handed, find the... (answered by stanbon)
suppose that there are 100 students in your accounting class, of whom 10 are left handed. (answered by stanbon)
There are 28 right-handed students in a class of 31. What is the probability that a... (answered by jim_thompson5910)
A class consists of 10 boys and 15 girls. Two of the boys and five of the girls are... (answered by rothauserc)
In a year 10 maths class, there are 30 students. Each student is either 15 or 16 years... (answered by Boreal)