document.write( "Question 1134279: In a survey of nursing students pursuing a master’s degree, 84 percent stated that they expect to be promoted to a higher position within one month after receiving the degree. If this percentage holds for the entire population, find, for a sample of 20, the probability that the number expecting a promotion within a month after receiving their degree is:
\n" ); document.write( "a. Five b. At least six
\n" ); document.write( "c. No more than four d. Between five and eight, inclusive
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #751630 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
Use the Binomial Probability Formula
\n" ); document.write( ":
\n" ); document.write( "Probability (P) (k successes in n trials) = nCk * p^(k) * (1-p)^(n-k), where nCk = n!/(k! * (n-k)!), p is probability of success
\n" ); document.write( ":
\n" ); document.write( "For this problem, p = 0.84, n = 20
\n" ); document.write( ":
\n" ); document.write( "a) P (k = 5, n = 20) = 20C5 * (0.84)^5 * (1-0.84)^(20-5) = 0.000001
\n" ); document.write( ":
\n" ); document.write( "b) P (k > or = 6, n = 20) = 1 - (summation i = 0 to 5 of P(k = i, n = 20) = 0.999999
\n" ); document.write( ":
\n" ); document.write( "c) P (k < or = 4, n = 20) = summation i = 0 to 4 of P(k = i, n = 20) = 0.000001
\n" ); document.write( ":
\n" ); document.write( "d) P (5 < or = k < or = 8, n = 20) = summation i = 5 to 8 of P(k = i, n = 20) = 0.000012
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );