document.write( "Question 1171181: Suppose that 20% of the college seniors support an increase in federal funding for care of
\n" ); document.write( "the elderly. If 20 college seniors are randomly
\n" ); document.write( "selected, what is the probability that at most 3
\n" ); document.write( "of them support the increased funding?
\n" ); document.write( "

Algebra.Com's Answer #796102 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "It is a binomial distribution type problem, where the probability under the question is the sum\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     P = P(at most 3) = P(0) + P(1) + P(2) + P(3) = \"sum+%28C%2820%2C3%29%2Ap%5Ek%2Aq%5E%2820-k%29%2Ck=0%2C3%29\"      (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The number of trials is              20;\r\n" );
document.write( "The indexes of success trials        k = 0,1,2,3\r\n" );
document.write( "The probability of success trial     p = 0.2;\r\n" );
document.write( "                                     q = 1 - p\r\n" );
document.write( "C(n,k) = n! / (k! * (n-k)!)          are binomial coefficients.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The sum  (1)  is a cumulative sum.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Instead of calculating every term of (1) individually and then summing them up, you may use Excel function \r\n" );
document.write( "\r\n" );
document.write( "BINOM.DIST(3, 20, 0.2, TRUE)  to calculate the cumulative sum value in one click.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In this way,  you get\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    P = \"sum%28C%2820%2Ck%29%2A0.2%5Ek%2A%281-0.2%29%5E%2820-k%29%2Ck=0%2C3%29\" = 0.411449.      ANSWER\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" ); document.write( "
\n" );