SOLUTION: 40 percent of students at a high school are colorblind. if 11 students are picked at random what is the probability that at most 4 students are colorblind?

Algebra.Com
Question 1155560: 40 percent of students at a high school are colorblind. if 11 students are picked at random what is the probability that at most 4 students are colorblind?
Answer by ikleyn(52795)   (Show Source): You can put this solution on YOUR website!
.

            It is a binomial distribution type problem.

            I will use the Excel standard function BINOM.DIST to facilitate calculations.
            It has the analogue --- the standard function binompdf in pocket calculators TI-83 and TI-84.


Probability of having 4 or fewer colorblind among 11 students picked at random is 


    P = P(0) + P(1) + P(2) + P(3) + P(4) =  = BINOM.DIST(4, 11, 0.4, TRUE) = 0.5328 = 53.28%.


The Excel standard function BINOM.DIST allows calculating this sum in one click.

Solved.

On Excel function BINOM.DIST, see its description everywhere, for example
https://support.office.com/en-us/article/binom-dist-function-c5ae37b6-f39c-4be2-94c2-509a1480770c


On binompdf function for pocket calculators TI-83 and TI-84 see the link
http://users.rowan.edu/~schultzl/ti/binomial.pdf


-------------------

If you want to see other similar solved problems, look into the lessons
    - Solving problems on Binomial distribution
    - How to calculate Binomial probabilities using Technology
    - Solving problems on Binomial distribution with Technology
in this site.


RELATED QUESTIONS

out of 20 students in a statistics class, 3 students are failing in the course. if 4... (answered by psbhowmick)
Thirty percent of students at a large university are known to be short-sighted. If twenty (answered by Boreal)
It is known that 40% of all students at the school are currently taking a course in... (answered by stanbon)
A sample of 6 different kids is randomly selected from a group 40 high school students.... (answered by Boreal)
A school choir has 80 students; 36 of them are in seventh grade. Also, 40 students in the (answered by Pcole88)
At a large university, 48% of the students are male. If two students are selected at... (answered by Fombitz)
Of a class of 25 students, 18 have brown eyes. If 2 students are chosen at random, what... (answered by edjones,drk,solver91311)
A survey group of 6 students are chosen at random from 25 elementary students and 13... (answered by Boreal)
Given 8 students, 4 of which are females, if 2 students are selected at random, without... (answered by stanbon)