document.write( "Question 1052596: Twenty percent of full-time students drop out of a university if a random sample of 6 students is taken what is the probability that. A. no more than 2 students will drop out of school? B. Three students will drop out of school? C. No students will drop out of school? D. All students will drop out of school? E. what are mean and standard deviation of number of students from sample that will drop out of school?\r
\n" ); document.write( "\n" ); document.write( "Would you use the binompdf function?
\n" ); document.write( "

Algebra.Com's Answer #668053 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
P(DROP OUT) = .20, N = 6
\n" ); document.write( "A. P(x <= 2) = binomcdf(6,.20,2)
\n" ); document.write( "B. P(x = 3) = binompdf(6, .20, 3)
\n" ); document.write( "C. P(x = 0) = 1 - binompdf(6,.20,0)
\n" ); document.write( "D. P(x = 6) = 1 - binompdf(6,.20,6)
\n" ); document.write( "E.
\n" ); document.write( "mean = np = 6*.20 = 1.2
\n" ); document.write( "s = sqrt(np(1-p) = sqrt(1.2* .8)\r
\n" ); document.write( "\n" ); document.write( "Note: We can use the normal distribution
\n" ); document.write( "as a close approximation to the binomial distribution
\n" ); document.write( "whenever np ≥ 5 and nq ≥ 5.
\n" ); document.write( "np = 1.2 < 5
\n" ); document.write( "use the binompdf function\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );