document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #778180 by ikleyn(52803)\"\" \"About 
You can put this solution on YOUR website!
.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            It is a binomial distribution type problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "            I will use the Excel standard function BINOM.DIST to facilitate calculations.\r
\n" ); document.write( "\n" ); document.write( "            It has the analogue --- the standard function binompdf in pocket calculators TI-83 and TI-84.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Probability of having 4 or fewer colorblind among 11 students picked at random is \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    P = P(0) + P(1) + P(2) + P(3) + P(4) = \"sum%28C%2811%2Ck%29%2A0.4%5Ek%2A%281-0.4%29%5E%2811-k%29%2Ck=0%2C4%29\" = BINOM.DIST(4, 11, 0.4, TRUE) = 0.5328 = 53.28%.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The Excel standard function BINOM.DIST allows calculating this sum in one click.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "On Excel function BINOM.DIST, see its description everywhere, for example\r
\n" ); document.write( "\n" ); document.write( "https://support.office.com/en-us/article/binom-dist-function-c5ae37b6-f39c-4be2-94c2-509a1480770c\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "On binompdf function for pocket calculators TI-83 and TI-84 see the link\r
\n" ); document.write( "\n" ); document.write( "http://users.rowan.edu/~schultzl/ti/binomial.pdf\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you want to see other similar solved problems, look into the lessons\r
\n" ); document.write( "\n" ); document.write( "    - Solving problems on Binomial distribution \r
\n" ); document.write( "\n" ); document.write( "    - How to calculate Binomial probabilities using Technology \r
\n" ); document.write( "\n" ); document.write( "    - Solving problems on Binomial distribution with Technology \r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );